mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
fix(Disqus Node): Fix thread parameter for "Get All Threads" operation (#4912)
This commit is contained in:
parent
31409420c2
commit
a04f838117
|
@ -557,7 +557,7 @@ export class Disqus implements INodeType {
|
|||
},
|
||||
{
|
||||
displayName: 'Thread',
|
||||
name: 'threadId',
|
||||
name: 'thread',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue