chore: use RxJS instead of waitWithTimeout (#11160)

This commit is contained in:
Nikolay Vitkov
2023-10-16 14:37:52 +02:00
committed by GitHub
parent 511614fe44
commit 5ce3abe675
5 changed files with 44 additions and 46 deletions

View File

@@ -47,6 +47,7 @@ export {
tap,
throwIfEmpty,
timer,
forkJoin,
} from 'rxjs';
import {filter, from, map, mergeMap, type Observable} from 'rxjs';