update todos

This commit is contained in:
Matt Hill
2024-06-22 21:47:18 -06:00
parent e0d23f4436
commit 68ed1c80ce
7 changed files with 9 additions and 13 deletions

View File

@@ -41,6 +41,7 @@ export class PatchDbSource extends Observable<Update<DataModel>[]> {
catchError((_, original$) => {
this.state.retrigger()
// @TODO this is returning right away, but we need to wait until state emits again from the retrigger() above.
return this.state.pipe(
filter(current => current === 'running'),
take(1),