Remove not needed import

This commit is contained in:
Jan Oberhauser 2019-11-07 21:20:08 +01:00
parent cf6ba78f50
commit 98ac7f3cc1

View file

@ -1,7 +1,5 @@
import { INodeProperties } from "n8n-workflow";
import { allCurrencies } from './currencies';
export const connectionOperations = [
{
displayName: 'Operation',
@ -321,4 +319,4 @@ export const connectionFields = [
default: 100,
description: 'How many results to return.',
},
] as INodeProperties[];
] as INodeProperties[];