mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 23:46:39 -04:00
Add ESLint formatting
This commit is contained in:
parent
6164cff8e7
commit
f59062c072
@ -55,8 +55,8 @@ class SMSEagle extends NotificationProvider {
|
||||
url.searchParams.append("access_token", notification.smseagleToken);
|
||||
url.searchParams.append(recipientType, notification.smseagleRecipient);
|
||||
if (![ "smseagle-ring", "smseagle-tts", "smseagle-tts-advanced" ].includes(notification.smseagleRecipientType)) {
|
||||
url.searchParams.append("access_token", (notification.smseagleEncoding) ? "1" : "0");
|
||||
url.searchParams.append("access_token", (notification.smseaglePriority) ? notification.smseaglePriority : "0");
|
||||
url.searchParams.append("unicode", (notification.smseagleEncoding) ? "1" : "0");
|
||||
url.searchParams.append("highpriority", (notification.smseaglePriority) ? notification.smseaglePriority : "0");
|
||||
} else {
|
||||
url.searchParams.append("duration", duration);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user