more tslint changes

This commit is contained in:
quansenB
2019-11-03 21:49:49 +01:00
parent bc6acaff72
commit 7da53ad943
7 changed files with 13 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ export const ecomOrderOperations = [
default: 'create',
description: 'The operation to perform.',
},
] as INodeProperties[]
] as INodeProperties[];
export const ecomOrderFields = [
// ----------------------------------
@@ -713,4 +713,4 @@ export const ecomOrderFields = [
default: 100,
description: 'How many results to return.',
},
] as INodeProperties[]
] as INodeProperties[];