mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 10:21:34 +08:00
Made sure that more of the async usages are awaited (#4574)
This commit is contained in:
@@ -44,7 +44,7 @@ class AliyunSMS extends NotificationProvider {
|
||||
* Send the SMS notification
|
||||
* @param {BeanModel} notification Notification details
|
||||
* @param {string} msgbody Message template
|
||||
* @returns {boolean} True if successful else false
|
||||
* @returns {Promise<boolean>} True if successful else false
|
||||
*/
|
||||
async sendSms(notification, msgbody) {
|
||||
let params = {
|
||||
|
Reference in New Issue
Block a user