mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
👕 Fix lint issue
This commit is contained in:
parent
6c527f8e8e
commit
0c4bb6eb5e
|
@ -554,7 +554,7 @@ export class NextCloud implements INodeType {
|
|||
],
|
||||
shareType: [
|
||||
7,
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
|
@ -574,7 +574,7 @@ export class NextCloud implements INodeType {
|
|||
],
|
||||
shareType: [
|
||||
4,
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
|
@ -594,7 +594,7 @@ export class NextCloud implements INodeType {
|
|||
],
|
||||
shareType: [
|
||||
1,
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
|
@ -614,7 +614,7 @@ export class NextCloud implements INodeType {
|
|||
],
|
||||
shareType: [
|
||||
0,
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
|
@ -651,7 +651,7 @@ export class NextCloud implements INodeType {
|
|||
],
|
||||
'/shareType': [
|
||||
3,
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
|
|
Loading…
Reference in a new issue