mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Missing semicolon
This commit is contained in:
parent
ec30147a7f
commit
56ba133a1f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class PromoSMS extends NotificationProvider {
|
||||||
let okMsg = "Sent Successfully.";
|
let okMsg = "Sent Successfully.";
|
||||||
|
|
||||||
if (notification.promosmsAllowLongSMS === undefined) {
|
if (notification.promosmsAllowLongSMS === undefined) {
|
||||||
notification.promosmsAllowLongSMS = false
|
notification.promosmsAllowLongSMS = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue