ci: Fix linting on master (no-changelog) (#4830)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-06 11:57:28 +01:00
committed by GitHub
parent eb112ffd23
commit 8c9681e8ce
2 changed files with 4 additions and 4 deletions

View File

@@ -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[] {