fix(Disqus Node): Fix thread parameter for "Get All Threads" operation (#4912)
This commit is contained in:
@@ -557,7 +557,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
{
|
||||
displayName: 'Thread',
|
||||
name: 'threadId',
|
||||
name: 'thread',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user