Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 12, 2023
1 parent 043a73f commit 85889b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"typescript": "^5.0.4"
},
"resolutions": {
"nitropack": "npm:[email protected]28064038.af7b255"
"nitropack": "npm:[email protected]28064671.492343a"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/utils/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let sessionConfig: any
function _useSession (event: H3Event) {
if (!sessionConfig) {
// @ts-ignore
sessionConfig = useRuntimeConfig(event).session
sessionConfig = defu({ password: process.env.NUXT_SESSION_PASSWORD }, useRuntimeConfig(event).session)
}

if (!sessionConfig.password) {
Expand Down

0 comments on commit 85889b9

Please sign in to comment.