mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
🔀 Merge branch 'master' of github.com:n8n-io/n8n
This commit is contained in:
commit
b013e09f4a
|
@ -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