Skip to content

Commit 887f221

Browse files
authored
(fix): one? TypeError
1 parent 0673ba9 commit 887f221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async def story_parser(update, users, chats):
224224

225225
async def bot_business_connect_parser(update, users, chats):
226226
return (
227-
await pyrogram.types.BusinessConnection._parse(self.client, update, users, chats),
227+
pyrogram.types.BusinessConnection._parse(self.client, update, users, chats),
228228
BusinessBotConnectionHandler
229229
)
230230

0 commit comments

Comments
 (0)