Skip to content

Commit

Permalink
local storage get fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Feb 8, 2024
1 parent 168ff23 commit 0890096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function sequenceWallet(params: BaseSequenceConnectorOptions) {

return provider
} catch(e) {
const projectAccessKey = localStorage.get(LocalStorageKey.ProjectAccessKey)
const projectAccessKey = localStorage.getItem(LocalStorageKey.ProjectAccessKey)

if (!projectAccessKey) {
throw 'projectAccessKey not found'
Expand Down

0 comments on commit 0890096

Please sign in to comment.