mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-25 07:39:22 +08:00 
			
		
		
		
	zoho cliq code style
This commit is contained in:
		| @@ -26,8 +26,8 @@ class ZohoCliq extends NotificationProvider { | ||||
|      * @param {string} webhookUrl URL to send the request to | ||||
|      * @param {Array} payload Payload generated by _notificationPayloadFactory | ||||
|      */ | ||||
|     _sendNotification = async(webhookUrl, payload) => { | ||||
|         await axios.post(webhookUrl, {text: payload.join("\n")}); | ||||
|     _sendNotification = async (webhookUrl, payload) => { | ||||
|         await axios.post(webhookUrl, { text: payload.join("\n") }); | ||||
|     }; | ||||
|  | ||||
|     /** | ||||
| @@ -39,10 +39,10 @@ class ZohoCliq extends NotificationProvider { | ||||
|      * @returns {Array} | ||||
|      */ | ||||
|     _notificationPayloadFactory = ({ | ||||
|        status, | ||||
|        monitorMessage, | ||||
|        monitorName, | ||||
|        monitorUrl, | ||||
|         status, | ||||
|         monitorMessage, | ||||
|         monitorName, | ||||
|         monitorUrl, | ||||
|     }) => { | ||||
|         const payload = []; | ||||
|         payload.push("### Uptime Kuma\n"); | ||||
| @@ -107,7 +107,7 @@ class ZohoCliq extends NotificationProvider { | ||||
|             await this._sendNotification(notification.webhookUrl, payload); | ||||
|             return okMsg; | ||||
|  | ||||
|         } catch(error) { | ||||
|         } catch (error) { | ||||
|             this.throwGeneralAxiosError(error); | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user