Skip to content

Commit

Permalink
fix: broadcast store update store notifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 1, 2020
1 parent 4a25f39 commit d3aa1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/store/src/serialization/BroadcastStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ export class BroadcastStore implements Store {
}
}
this.saveStore(story);
this.notifyObservers();
this.notifyObservers(story);
};
}

0 comments on commit d3aa1da

Please sign in to comment.