Skip to content

Commit

Permalink
(fix): one? TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Jan 6, 2025
1 parent 0673ba9 commit 887f221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def story_parser(update, users, chats):

async def bot_business_connect_parser(update, users, chats):
return (
await pyrogram.types.BusinessConnection._parse(self.client, update, users, chats),
pyrogram.types.BusinessConnection._parse(self.client, update, users, chats),
BusinessBotConnectionHandler
)

Expand Down

0 comments on commit 887f221

Please sign in to comment.