Skip to content

Commit

Permalink
Merge pull request #1128 from near/clean_notify_storage
Browse files Browse the repository at this point in the history
chore: make the localStorage notification data easy to understand
  • Loading branch information
charleslavon authored Apr 18, 2024
2 parents 77a1cf5 + e64d099 commit 923e31f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/notificationsLocalStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ export const setHandleOnCancelBanner = () => {
export const setProcessSuccess = () => {
updateLocalStorage({
permission: true,
subscribeStarted: false,
subscribeError: '',
isPermisionGranted: true,
subscribeError: undefined,
});
};

Expand Down

0 comments on commit 923e31f

Please sign in to comment.