mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔀 Merge pull request #107 from mtahiue/fix_edit_method
Fixes edit method
This commit is contained in:
commit
419c22d584
|
@ -853,7 +853,7 @@ export class Gitlab implements INodeType {
|
|||
// edit
|
||||
// ----------------------------------
|
||||
|
||||
requestMethod = 'PATCH';
|
||||
requestMethod = 'PUT';
|
||||
|
||||
const issueNumber = this.getNodeParameter('issueNumber', i) as string;
|
||||
|
||||
|
|
Loading…
Reference in a new issue