Skip to content

Commit

Permalink
Fix issues with uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
roj1512 committed May 24, 2024
1 parent 7772089 commit 95a8f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/5_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ export class Client<C extends Context = Context> extends Composer<C> {
});

return {
invoke: client.invoke,
invoke: client.invoke.bind(client),
connect: async () => {
await client.connect();

Expand Down

0 comments on commit 95a8f69

Please sign in to comment.