mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 21:19:43 -08:00
exclude unnecessary import
This commit is contained in:
parent
a09d6dfbf6
commit
12a0592896
|
@ -12,7 +12,6 @@ import {
|
||||||
activeCampaignApiRequest,
|
activeCampaignApiRequest,
|
||||||
activeCampaignApiRequestAllItems,
|
activeCampaignApiRequestAllItems,
|
||||||
} from './GenericFunctions';
|
} from './GenericFunctions';
|
||||||
import { type } from 'os';
|
|
||||||
|
|
||||||
interface CustomProperty {
|
interface CustomProperty {
|
||||||
name: string;
|
name: string;
|
||||||
|
|
Loading…
Reference in a new issue