1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-24 22:14:47 +02:00

Missing semicolon

This commit is contained in:
Łukasz Szczepański 2023-01-11 14:36:33 +01:00
parent ec30147a7f
commit 56ba133a1f

View File

@ -9,7 +9,7 @@ class PromoSMS extends NotificationProvider {
let okMsg = "Sent Successfully.";
if (notification.promosmsAllowLongSMS === undefined) {
notification.promosmsAllowLongSMS = false
notification.promosmsAllowLongSMS = false;
}
try {