Minor formatting improvements

This commit is contained in:
Jan Oberhauser
2021-04-16 00:27:49 +02:00
parent dfdb797b31
commit d87d497371
3 changed files with 9 additions and 9 deletions

View File

@@ -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') {