Updated export api service
This commit is contained in:
@@ -23,7 +23,7 @@ export class ExportApiService {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return this.httpClient
|
return this.httpClient
|
||||||
.post<Blob>(`${this._apiBaseUrl}/deltagare`, { params, responseType: 'blob' as 'json' })
|
.post<Blob>(`${this._apiBaseUrl}/deltagare`, { params, responseType: 'blob' })
|
||||||
.pipe(
|
.pipe(
|
||||||
catchError((error: Error) => {
|
catchError((error: Error) => {
|
||||||
throw new CustomError({
|
throw new CustomError({
|
||||||
|
|||||||
Reference in New Issue
Block a user