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 {