Skip to content

Commit

Permalink
fix: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gciotola committed Dec 2, 2024
1 parent 9724d33 commit 86d118a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-elements/src/helpers/useAppLinking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ function getGoBackItem({
Cookies.remove(cookieName)

try {
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
const item = JSON.parse(value ?? '{}') as GoBackItem
if (item.version === currentVersion) {
return item
Expand Down

0 comments on commit 86d118a

Please sign in to comment.