Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 1, 2024
1 parent 007355a commit d2e41b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/internal/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function createNitroApp(): NitroApp {
eventHandler((event) => {
// Init nitro context
event.context.nitro = event.context.nitro || { errors: [] };
event.context.nitro.runtimeConfig = config
event.context.nitro.runtimeConfig = config;

// Support platform context provided by local fetch
const envContext: { waitUntil?: H3Event["waitUntil"] } | undefined = (
Expand Down

0 comments on commit d2e41b1

Please sign in to comment.