Skip to content

Commit

Permalink
dexie-cloud fix: Imported rx operators wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Oct 24, 2022
1 parent 622f6b2 commit 27be6cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/dexie-cloud/src/getInvitesObservable.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Dexie, liveQuery } from 'dexie';
import { DBRealmMember } from 'dexie-cloud-common';
import { combineLatest, map, switchMap } from 'rxjs';
import { combineLatest } from 'rxjs';
import { map, switchMap } from 'rxjs/operators';
import { associate } from './associate';
import { createSharedValueObservable } from './createSharedValueObservable';
import { getCurrentUserEmitter } from './currentUserEmitter';
Expand Down

0 comments on commit 27be6cc

Please sign in to comment.