Skip to content

Commit

Permalink
Fix accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Nov 19, 2024
1 parent 44e44c7 commit c77adcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { EndowmentFactoryOptions } from './commonEndowmentFactory';
* This class wraps a Response object.
* That way, a teardown process can stop any processes left.
*/
export class ResponseWrapper {
export class ResponseWrapper implements Response {
readonly #teardownRef: { lastTeardown: number };

#ogResponse: Response;
Expand Down

0 comments on commit c77adcd

Please sign in to comment.