1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-19 17:07:18 +03:00

fix(Telegram Node): Revert typo introduced in #8437 (no-changelog) (#9472)

This commit is contained in:
Guilherme Barile 2024-05-20 15:44:19 -03:00 committed by GitHub
parent 75919397d6
commit 5ef45e8559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
},