mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
Renaming a file
This commit is contained in:
parent
1a785581ff
commit
784cafffa0
|
@ -1,7 +1,7 @@
|
|||
import { IExecuteFunctions } from 'n8n-core';
|
||||
import { IDataObject, INodeExecutionData, INodeType, INodeTypeDescription, NodePropertyTypes } from 'n8n-workflow';
|
||||
|
||||
import { contentfulApiRequest } from './ GenericFunctions';
|
||||
import { contentfulApiRequest } from './GenericFunctions';
|
||||
import resolveResponse from './resolveResponse';
|
||||
|
||||
import * as SpaceDescription from './SpaceDescription';
|
||||
|
|
Loading…
Reference in a new issue