🔀 Merge pull request #107 from mtahiue/fix_edit_method

Fixes edit method
This commit is contained in:
Jan 2019-11-06 23:39:18 +01:00 committed by GitHub
commit 419c22d584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -853,7 +853,7 @@ export class Gitlab implements INodeType {
// edit
// ----------------------------------
requestMethod = 'PATCH';
requestMethod = 'PUT';
const issueNumber = this.getNodeParameter('issueNumber', i) as string;