Skip to content

Commit

Permalink
remove the public push interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pooyaj committed Dec 7, 2022
1 parent 313ea59 commit f1bbdd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/browser/src/core/user/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ export class UniversalStorage<Data extends StorageObject = StorageObject> {
: this.stores
}

public push(store: Store) {
this.stores.push(store)
}

/*
This is to support few scenarios where:
- value exist in one of the stores ( as a result of other stores being cleared from browser ) and we want to resync them
Expand Down

0 comments on commit f1bbdd4

Please sign in to comment.