Skip to content

Commit

Permalink
fix(Telegram Node): Revert typo introduced in #8437 (no-changelog) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeBarile committed May 20, 2024
1 parent 7591939 commit 5ef45e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Telegram/Telegram.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@ export class Telegram implements INodeType {
{
json: false,
encoding: null,
uri: `${credentials.baseUrl}/bot${credentials.accessToken}/${filePath}`,
uri: `${credentials.baseUrl}/file/bot${credentials.accessToken}/${filePath}`,
resolveWithFullResponse: true,
useStream: true,
},
Expand Down

0 comments on commit 5ef45e8

Please sign in to comment.