We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd81991 commit acb604bCopy full SHA for acb604b
nodes/Signal/Signal.node.ts
@@ -4,7 +4,6 @@ import {
4
INodeType,
5
INodeTypeDescription,
6
NodeOperationError,
7
- NodeConnectionType,
8
} from 'n8n-workflow';
9
import axios from 'axios';
10
import { v4 as uuidv4 } from 'uuid';
@@ -22,8 +21,8 @@ export class Signal implements INodeType {
22
21
defaults: {
23
name: 'Signal',
24
},
25
- inputs: [NodeConnectionType.Main],
26
- outputs: [NodeConnectionType.Main],
+ inputs: ['main'],
+ outputs: ['main'],
27
credentials: [
28
{
29
name: 'signalCliApi',
0 commit comments