Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sdoc
n8n-plugins
n8n plugin for redstag
Commits
eb2fcd30
Commit
eb2fcd30
authored
Jan 05, 2021
by
Yonatan Rosemarin
Browse files
Merge branch 'master' into 'master'
BC-65: fix error on adding webhook topics See merge request
!2
parents
22b33652
0fac1560
Changes
2
Hide whitespace changes
Inline
Side-by-side
dist/nodes/RedStag/RedStagTrigger.node.js
View file @
eb2fcd30
...
...
@@ -185,7 +185,7 @@ class RedStagTrigger {
value
:
'
manifest:loaded
'
,
},
],
default
:
''
,
default
:
[]
,
description
:
'
Topic/s to register to.
'
,
},
],
...
...
nodes/RedStag/RedStagTrigger.node.ts
View file @
eb2fcd30
...
...
@@ -197,7 +197,7 @@ export class RedStagTrigger implements INodeType {
value
:
'
manifest:loaded
'
,
},
],
default
:
''
,
default
:
[]
,
description
:
'
Topic/s to register to.
'
,
},
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment