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