RED-5357: fix timezone for details endpoint

This commit is contained in:
Dan Percic 2022-10-13 01:23:42 +03:00
parent 8c8d6c1fe7
commit 6af945e00f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ export class DossiersChangesService extends GenericService<Dossier> {
}
hasChangesDetails$(): Observable<IDossierChanges> {
const body = { value: this._lastCheckedForChanges.get('root') ?? new Date().toISOString() };
const body = { value: this._lastCheckedForChanges.get('root') };
return this._post<IDossierChanges>(body, `${this._defaultModelPath}/changes/details`).pipe(filter(changes => changes.length > 0));
}

@ -1 +1 @@
Subproject commit 56201f2c5b5d4e1ac1f509b96b892402b41f09cb
Subproject commit e9c68a0f878b680c6672d880f49d0939590828d0