Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnoon committed Jun 22, 2022
1 parent 65ab358 commit 1a9226c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/_acks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

1 comment on commit 1a9226c

@vercel
Copy link

@vercel vercel bot commented on 1a9226c Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ackbot – ./

ackbot.vercel.app
ackbot-rmnoon.vercel.app
ackbot-git-main-rmnoon.vercel.app

Please sign in to comment.