Skip to content

Commit

Permalink
fix: trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Sep 18, 2024
1 parent 882061f commit 907ff2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ export default defineNuxtPlugin(async (nuxtApp) => {
lastRefreshedAt.value = sessionData?.lastRefreshedAt
data.value = sessionData?.data
rawToken.value = cookieToken.value
}
}
catch (error) {
console.error('Failed to parse session data from cookie:', error)
}
}
finally {
loading.value = false
}
Expand Down

0 comments on commit 907ff2e

Please sign in to comment.