Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Emanuele Stoppa <[email protected]>
  • Loading branch information
lilnasy and ematipico authored Oct 17, 2023
1 parent 0234e89 commit 9dbb178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Pipeline {
}

/**
* Ensure that a route is rendered without its corresponding middleware.
* Removes the current middleware function. Subsequent requests won't trigger any middleware.
*/
unsetMiddlewareFunction() {
this.#onRequest = undefined;
Expand Down

0 comments on commit 9dbb178

Please sign in to comment.