mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
more tslint changes
This commit is contained in:
@@ -32,7 +32,7 @@ export const ecomOrderProductsOperations = [
|
||||
default: 'getAll',
|
||||
description: 'The operation to perform.',
|
||||
},
|
||||
] as INodeProperties[]
|
||||
] as INodeProperties[];
|
||||
|
||||
export const ecomOrderProductsFields = [
|
||||
// ----------------------------------
|
||||
@@ -121,4 +121,4 @@ export const ecomOrderProductsFields = [
|
||||
default: 100,
|
||||
description: 'How many results to return.',
|
||||
},
|
||||
] as INodeProperties[]
|
||||
] as INodeProperties[];
|
||||
Reference in New Issue
Block a user