Skip to content

Commit

Permalink
fix: use one session object
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Jun 14, 2024
1 parent 5edb872 commit ce4773b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const SessionModule = (input: {
{ reason: string; jsError: Error }
> =>
storageModule
.getItems()
.getItemList()
.mapErr((error) => ({
reason: 'couldNotReadSessionFromStore',
jsError: error,
Expand Down

0 comments on commit ce4773b

Please sign in to comment.