diff --git a/src/api/_acks.ts b/src/api/_acks.ts index 3483e8b..42906d2 100644 --- a/src/api/_acks.ts +++ b/src/api/_acks.ts @@ -122,7 +122,7 @@ export async function checkMessageAcks(channel: string, ts: string, saveReminder await map(usersToPing, async userToPing => { await slack.chat.postMessage({ channel: userToPing, - text: `Hey <@${userToPing}>! Heads up that <@${message.user}> (who is super awesome) requested you acknowledge their message by reacting to it: ${permalink}` + text: `Hey <@${userToPing}>! Heads up that <@${message.user}> requested you acknowledge their message by reacting to it: ${permalink}` }); }, DEFAULT_CONCURRENCY);