Skip to content

Commit f1bbdd4

Browse files
committed
remove the public push interface
1 parent 313ea59 commit f1bbdd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/browser/src/core/user/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ export class UniversalStorage<Data extends StorageObject = StorageObject> {
229229
: this.stores
230230
}
231231

232-
public push(store: Store) {
233-
this.stores.push(store)
234-
}
235-
236232
/*
237233
This is to support few scenarios where:
238234
- value exist in one of the stores ( as a result of other stores being cleared from browser ) and we want to resync them

0 commit comments

Comments
 (0)