mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -184,7 +184,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Billing address',
|
||||
@@ -274,7 +274,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Coupons line data',
|
||||
@@ -343,7 +343,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Fee line data',
|
||||
@@ -443,7 +443,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Line item data',
|
||||
@@ -554,7 +554,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Meta data',
|
||||
@@ -597,7 +597,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Shipping address',
|
||||
@@ -675,7 +675,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Shipping line data',
|
||||
@@ -890,7 +890,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Billing address',
|
||||
@@ -980,7 +980,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Coupons line data',
|
||||
@@ -1049,7 +1049,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Fee line data',
|
||||
@@ -1149,7 +1149,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Line item data',
|
||||
@@ -1260,7 +1260,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Meta data',
|
||||
@@ -1303,7 +1303,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Shipping address',
|
||||
@@ -1381,7 +1381,7 @@ export const orderFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Shipping line data',
|
||||
@@ -1666,7 +1666,7 @@ export const orderFields = [
|
||||
default: 'any',
|
||||
description: 'Limit result set to orders assigned a specific status.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* order:delete */
|
||||
|
||||
Reference in New Issue
Block a user