mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Minor Zulip-Node fixes
This commit is contained in:
@@ -195,7 +195,7 @@ export class Zulip implements INodeType {
|
||||
contentType: items[i].binary[binaryProperty].mimeType,
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
responseData = await zulipApiRequest.call(this, 'POST', '/user_uploads', {}, {}, undefined, { formData } );
|
||||
responseData.uri = `${credentials!.url}${responseData.uri}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user