Skip to content

Commit

Permalink
Merge pull request #60 from cloudflare/stray-commit
Browse files Browse the repository at this point in the history
oops, stray value
  • Loading branch information
threepointone authored Jul 4, 2024
2 parents af79f7b + 0c3f535 commit e1c7265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
async fetch(request: Request, env: Env, ctx: ExecutionContext) {
const assetResponse = await kvAssetHandler(request, env, ctx, build)
if (assetResponse) return assetResponse
return remixHandler(request, { env, mode, abc: 123 })
return remixHandler(request, { env, mode })
},
queue,
}

0 comments on commit e1c7265

Please sign in to comment.