Skip to content

Commit

Permalink
refactor: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jan 9, 2025
1 parent 5a27581 commit c565a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine.io/lib/transports/polling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class Polling extends Transport {
* @private
*/
private onPollRequest(
req: Request,
_req: Request,
responseHeaders: Headers,
): Promise<Response> {
if (this.pollingPromise) {
Expand Down

0 comments on commit c565a7b

Please sign in to comment.