mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -30,7 +30,7 @@ export class Disqus implements INodeType {
|
||||
{
|
||||
name: 'disqusApi',
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export class Disqus implements INodeType {
|
||||
name: 'Get All Posts',
|
||||
value: 'getPosts',
|
||||
description: 'Return a list of posts within a forum',
|
||||
}
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
description: 'The operation to perform.',
|
||||
@@ -316,7 +316,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
],
|
||||
default: [],
|
||||
description: 'You may specify filters for your response.'
|
||||
description: 'You may specify filters for your response.',
|
||||
},
|
||||
{
|
||||
displayName: 'Include',
|
||||
@@ -343,7 +343,7 @@ export class Disqus implements INodeType {
|
||||
{
|
||||
name: 'DESC',
|
||||
value: 'desc',
|
||||
}
|
||||
},
|
||||
],
|
||||
default: 'asc',
|
||||
description: 'You may specify order to sort your response.',
|
||||
@@ -469,7 +469,7 @@ export class Disqus implements INodeType {
|
||||
{
|
||||
name: 'DESC',
|
||||
value: 'desc',
|
||||
}
|
||||
},
|
||||
],
|
||||
default: 'asc',
|
||||
description: 'You may specify order to sort your response.',
|
||||
@@ -606,7 +606,7 @@ export class Disqus implements INodeType {
|
||||
{
|
||||
name: 'DESC',
|
||||
value: 'desc',
|
||||
}
|
||||
},
|
||||
],
|
||||
default: 'asc',
|
||||
description: 'You may specify order to sort your response.',
|
||||
@@ -626,7 +626,7 @@ export class Disqus implements INodeType {
|
||||
description: 'Looks up a thread by ID. You may pass us the "ident"<br />query type instead of an ID by including "forum". You may<br />pass us the "link" query type to filter by URL. You must pass<br />the "forum" if you do not have the Pro API Access addon.',
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user