Skip to content

Commit

Permalink
misc: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Sep 9, 2024
1 parent 6a816ac commit acf5e19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libs/bunny-sdk/src/net/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,11 @@ function servePullZone(
return response;
};

// @ts-ignore
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const handler = serve(raw_listener, middlewareHandler);
serve(raw_listener, middlewareHandler);
}
}

let pullzoneHandler = ({
const pullzoneHandler = ({
}) as PullZoneHandler;

pullzoneHandler.onOriginResponse = (middleware) => {
Expand Down

0 comments on commit acf5e19

Please sign in to comment.