Skip to content

Commit

Permalink
TODO and issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Sep 15, 2024
1 parent 59189ba commit a9ddd8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types-tests/message.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ app.message(async ({ message }) => {
// TODO: move these assertions to `@slack/types`
expectType<string>(message.channel);
expectType<string>(message.message.thread_ts);
// expectType<string>(message.message.text); // TODO: womp womp https://github.com/slackapi/bolt-js/issues/1572
}
if (message.subtype === 'message_changed') {
expectType<MessageChangedEvent>(message);
Expand Down

0 comments on commit a9ddd8d

Please sign in to comment.