mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Minor formatting improvements
This commit is contained in:
@@ -1292,7 +1292,7 @@ export class Gitlab implements INodeType {
|
||||
const id = this.getNodeParameter('projectId', i) as string;
|
||||
|
||||
qs = this.getNodeParameter('additionalFields', i, {}) as IDataObject;
|
||||
|
||||
|
||||
returnAll = this.getNodeParameter('returnAll', 0) as boolean;
|
||||
|
||||
if (returnAll === false) {
|
||||
@@ -1316,7 +1316,7 @@ export class Gitlab implements INodeType {
|
||||
if(body.milestones){
|
||||
body.milestones = (body.milestones as string).split(',');
|
||||
}
|
||||
|
||||
|
||||
endpoint = `/projects/${id}/releases/${tagName}`;
|
||||
}
|
||||
} else if (resource === 'repository') {
|
||||
|
||||
Reference in New Issue
Block a user