mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix linting on master (no-changelog) (#4830)
This commit is contained in:
committed by
GitHub
parent
eb112ffd23
commit
8c9681e8ce
@@ -71,7 +71,7 @@ export async function koBoToolboxRawRequest(
|
||||
option.url = credentials.URL + option.url;
|
||||
}
|
||||
|
||||
return await this.helpers.httpRequestWithAuthentication.call(this, 'koBoToolboxApi', option);
|
||||
return this.helpers.httpRequestWithAuthentication.call(this, 'koBoToolboxApi', option);
|
||||
}
|
||||
|
||||
function parseGeoPoint(geoPoint: string): null | number[] {
|
||||
|
||||
Reference in New Issue
Block a user