Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
pooyaj committed Dec 16, 2022
1 parent e8c1864 commit bfb20e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/core/user/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export class UniversalStorage<Data extends StorageObject = StorageObject> {

/**
* get value for the key from the stores. it will pick the first value found in the stores, and then sync the value to all the stores
* if the found value is a number, it will be converted to a string. this is to support legacy behavior where AJS 1.0
* if the found value is a number, it will be converted to a string. this is to support legacy behavior that existed in AJS 1.0
* @param key key for the value to be retrieved
* @param storeTypes optional array of store types to be used for performing get and sync
* @returns value for the key or null if not found
Expand Down

0 comments on commit bfb20e6

Please sign in to comment.