mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -21,7 +21,7 @@ export async function bitlyApiRequest(this: IHookFunctions | IExecuteFunctions |
|
||||
qs,
|
||||
body,
|
||||
uri: uri ||`https://api-ssl.bitly.com/v4${resource}`,
|
||||
json: true
|
||||
json: true,
|
||||
};
|
||||
options = Object.assign({}, options, option);
|
||||
if (Object.keys(options.body).length === 0) {
|
||||
|
||||
@@ -98,7 +98,7 @@ export const linkFields = [
|
||||
loadOptionsMethod: 'getTags',
|
||||
loadOptionsDependsOn: [
|
||||
'group',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export const linkFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -229,7 +229,7 @@ export const linkFields = [
|
||||
loadOptionsMethod: 'getTags',
|
||||
loadOptionsDependsOn: [
|
||||
'group',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -288,7 +288,7 @@ export const linkFields = [
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user