Fix Operation query parameters.

This commit is contained in:
Alexis Lahouze 2017-07-29 22:26:57 +02:00
parent 8348f5bb8f
commit 75dc2afc80
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export class OperationService {
dateRange.end = this.formatDate(maxDate);
}
return this.all().getList([], dateRange);
return this.all().getList(dateRange);
}
get(id: number): Observable<Operation> {