🚀New lib version v0.3.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
4
dist/services/ImportService.js
vendored
4
dist/services/ImportService.js
vendored
@@ -33,7 +33,7 @@ class ImportService {
|
||||
static async importControllerPostOrgsJson(id, requestBody) {
|
||||
const result = await request_1.request({
|
||||
method: 'POST',
|
||||
path: `/api/organisations/${id}/import`,
|
||||
path: `/api/organizations/${id}/import`,
|
||||
body: requestBody,
|
||||
});
|
||||
return result.body;
|
||||
@@ -81,7 +81,7 @@ class ImportService {
|
||||
static async importControllerPostOrgsCsv(id) {
|
||||
const result = await request_1.request({
|
||||
method: 'POST',
|
||||
path: `/api/organisations/${id}/import/csv`,
|
||||
path: `/api/organizations/${id}/import/csv`,
|
||||
});
|
||||
return result.body;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user