Skip to content

Commit

Permalink
fix: add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
strbit committed Sep 11, 2024
1 parent 15e7d46 commit 2fc7c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class Chats<C extends Context> {
can_read_all_group_messages: false,
supports_inline_queries: false,
can_connect_to_business: false,
has_main_web_app: false
has_main_web_app: false,
};

this.bot.api.config.use(() => {
Expand Down

0 comments on commit 2fc7c86

Please sign in to comment.