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:
@@ -42,7 +42,7 @@ export const ecomCustomerOperations = [
|
||||
default: 'create',
|
||||
description: 'The operation to perform.',
|
||||
},
|
||||
] as INodeProperties[]
|
||||
] as INodeProperties[];
|
||||
|
||||
export const ecomCustomerFields = [
|
||||
// ----------------------------------
|
||||
@@ -287,4 +287,4 @@ export const ecomCustomerFields = [
|
||||
default: 100,
|
||||
description: 'How many results to return.',
|
||||
},
|
||||
] as INodeProperties[]
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user