mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
👕 Fix lint issue
This commit is contained in:
parent
6f5809edb3
commit
9eb156a353
|
@ -110,6 +110,9 @@ export const searchFields: INodeProperties[] = [
|
|||
displayName: 'Limit',
|
||||
name: 'limit',
|
||||
type: 'number',
|
||||
typeOptions: {
|
||||
minValue: 1,
|
||||
},
|
||||
default: 25,
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -58,6 +58,7 @@ export class JiraTrigger implements INodeType {
|
|||
},
|
||||
},
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-class-description-credentials-name-unsuffixed
|
||||
name: 'httpQueryAuth',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
|
|
Loading…
Reference in a new issue