mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -46,9 +46,9 @@ export async function apiRequest(this: IHookFunctions | IExecuteFunctions | ILoa
|
||||
uri: `${credentials.baseUrl}/api/v4/${endpoint}`,
|
||||
headers: {
|
||||
Authorization: `Bearer ${credentials.accessToken}`,
|
||||
'content-type': 'application/json; charset=utf-8'
|
||||
'content-type': 'application/json; charset=utf-8',
|
||||
},
|
||||
json: true
|
||||
json: true,
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user