mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
format changes
This commit is contained in:
parent
09d00fc0d7
commit
2c4702d75c
|
@ -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
|
||||
// ----------------------------------
|
||||
|
|
Loading…
Reference in a new issue