Skip to content

Commit

Permalink
tempfix: types are broken or missing -- ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRhere committed Aug 29, 2024
1 parent fd66662 commit 154bbaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
test.store
.pnpm-debug.log
logs*.txt
stripLogs.js
stripLogs.js
/telecraft
1 change: 1 addition & 0 deletions packages/telegram/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ const Telegram: Plugin<Opts, [], messenger["exports"]> = opts => {
};

bot.on(
// @ts-expect-error - types are missing?
handledTypes.map(type => message(type)),
handler,
);
Expand Down

0 comments on commit 154bbaf

Please sign in to comment.