mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
format changes
This commit is contained in:
@@ -3,8 +3,6 @@ import { INodeProperties } from "n8n-workflow";
|
||||
import { allCurrencies } from './currencies';
|
||||
|
||||
export const ecomOrderOperations = [
|
||||
|
||||
|
||||
{
|
||||
displayName: 'Operation',
|
||||
name: 'operation',
|
||||
@@ -49,7 +47,6 @@ export const ecomOrderOperations = [
|
||||
] as INodeProperties[]
|
||||
|
||||
export const ecomOrderFields = [
|
||||
|
||||
// ----------------------------------
|
||||
// ecommerceOrder:create
|
||||
// ----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user