Fixed models and services to match deltagare response from api
This commit is contained in:
@@ -93,6 +93,7 @@ export class DeltagareService extends UnsubscribeDirective {
|
||||
page: page.toString(),
|
||||
};
|
||||
|
||||
console.log(params);
|
||||
return this.httpClient
|
||||
.get<DeltagareCompactApiResponse>(this._apiBaseUrl, {
|
||||
...API_HEADERS,
|
||||
|
||||
Reference in New Issue
Block a user