Skip to content

Commit

Permalink
amend changelog not to show incorrect ctx destructuring (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Jul 4, 2024
1 parent 585502d commit f684bc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@

export async function GET(request) {
const {
env,
cf,
ctx: { waitUntil },
env, cf, ctx,
} = getRequestContext();
// ...
}
Expand Down

0 comments on commit f684bc9

Please sign in to comment.