We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd279b commit 97a1b34Copy full SHA for 97a1b34
server/notification-providers/slack.js
@@ -297,7 +297,7 @@ class Slack extends NotificationProvider {
297
* @param {object} options Slack configuration
298
* @param {object} heartbeatJSON The heartbeat bean
299
* @param {object} message The message object to send
300
- * @return {Promise<object>}
+ * @return {Promise<object>} The axios response
301
*/
302
static async deliverMessageViaAppApi(options, heartbeatJSON, message) {
303
0 commit comments