1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-11-11 12:26:30 +03:00

small fix

This commit is contained in:
Ricardo Espinoza 2020-02-28 10:06:58 -05:00
parent 50ecb8d0a9
commit e52b1d66e5

View File

@ -17,8 +17,6 @@ import {
ITypeformAnswerField,
ITypeformDefinition,
} from './GenericFunctions';
import { Webhook } from '../Webhook.node';
export class TypeformTrigger implements INodeType {
description: INodeTypeDescription = {