fix(Disqus Node): Fix thread parameter for "Get All Threads" operation (#4912)

This commit is contained in:
Kirill 2022-12-16 08:02:31 +03:00 committed by GitHub
parent 31409420c2
commit a04f838117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -557,7 +557,7 @@ export class Disqus implements INodeType {
},
{
displayName: 'Thread',
name: 'threadId',
name: 'thread',
type: 'string',
default: '',
description: