mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🔀 Merge branch 'master' of github.com:n8n-io/n8n
This commit is contained in:
@@ -853,7 +853,7 @@ export class Gitlab implements INodeType {
|
|||||||
// edit
|
// edit
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
||||||
requestMethod = 'PATCH';
|
requestMethod = 'PUT';
|
||||||
|
|
||||||
const issueNumber = this.getNodeParameter('issueNumber', i) as string;
|
const issueNumber = this.getNodeParameter('issueNumber', i) as string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user