eslint warnings are GONE, please keep it this way

This commit is contained in:
wearrrrr 2024-10-12 22:09:27 -05:00
parent d1d38142e7
commit 63db07da89
15 changed files with 27 additions and 28 deletions

View file

@ -1,7 +1,7 @@
import { rewriteUrl } from "../../../shared";
import { ScramjetClient } from "../../client";
export default function (client: ScramjetClient, self) {
export default function (client: ScramjetClient, _self) {
client.Proxy("navigator.sendBeacon", {
apply(ctx) {
ctx.args[0] = rewriteUrl(ctx.args[0], client.meta);