Skip to content

Commit 154bbaf

Browse files
committed
tempfix: types are broken or missing -- ignored
1 parent fd66662 commit 154bbaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
test.store
33
.pnpm-debug.log
44
logs*.txt
5-
stripLogs.js
5+
stripLogs.js
6+
/telecraft

packages/telegram/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ const Telegram: Plugin<Opts, [], messenger["exports"]> = opts => {
418418
};
419419

420420
bot.on(
421+
// @ts-expect-error - types are missing?
421422
handledTypes.map(type => message(type)),
422423
handler,
423424
);

0 commit comments

Comments
 (0)