fixed linting errors

pull/3900/head
Daan Meijer 7 months ago
parent 9577d9514a
commit 3c0c5871ad

@ -294,7 +294,7 @@ class Slack extends NotificationProvider {
* @param {object} options Slack configuration
* @param {object} heartbeatJSON The heartbeat bean
* @param {object} message The message object to send
* @return {Promise<object>} The axios response
* @returns {Promise<object>} The axios response
*/
static async deliverMessageViaAppApi(options, heartbeatJSON, message) {

Loading…
Cancel
Save