mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
Add ESLint formatting
This commit is contained in:
parent
6164cff8e7
commit
f59062c072
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue