Skip to content

Commit

Permalink
default import for Observable
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Sep 15, 2020
1 parent 0f292e3 commit cf15e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observer/QueryObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
UpdateEvent,
EntityTarget
} from "../index";
import * as Observable from "zen-observable";
import Observable from "zen-observable";

// todo: we probably need operation-level subscribers
// todo: right now if we save 1000 entities within a single save call its going to call this code 1000 times
Expand Down

0 comments on commit cf15e3f

Please sign in to comment.