Skip to content

Commit 97a1b34

Browse files
committed
one more linting error
1 parent ccd279b commit 97a1b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/notification-providers/slack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class Slack extends NotificationProvider {
297297
* @param {object} options Slack configuration
298298
* @param {object} heartbeatJSON The heartbeat bean
299299
* @param {object} message The message object to send
300-
* @return {Promise<object>}
300+
* @return {Promise<object>} The axios response
301301
*/
302302
static async deliverMessageViaAppApi(options, heartbeatJSON, message) {
303303

0 commit comments

Comments
 (0)