Minor Zulip-Node fixes

This commit is contained in:
Jan Oberhauser
2020-02-27 23:27:21 +01:00
parent a7845c92df
commit a46b050b15
3 changed files with 7 additions and 7 deletions

View File

@@ -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}`;
}