🔀 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

View File

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