Fix code indent style

This commit is contained in:
Romain Dunand
2019-11-14 13:02:57 +01:00
parent 925c609829
commit 894a41e6d9
2 changed files with 13 additions and 12 deletions

View File

@@ -889,7 +889,7 @@ export class FileMaker implements INodeType {
const recid = this.getNodeParameter('recid', 0) as string;
requestOptions.uri = url + `/databases/${database}/layouts/${layout}/records/${recid}`;
requestOptions.method = 'DELETE';
requestOptions.qs = {
requestOptions.qs = {
...parseScripts.call(this)
};
} else {
@@ -914,4 +914,4 @@ export class FileMaker implements INodeType {
return this.prepareOutputData(returnData);
}
}
}