mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 06:17:21 +02: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 New Issue
Block a user