fix eslint stuff

This commit is contained in:
Percs 2025-03-11 00:25:31 -05:00
parent 300b48eb4c
commit b891e8140b
4 changed files with 31 additions and 26 deletions

View file

@ -125,6 +125,7 @@ function doUnrewrite(ctx: ProxyCtx) {
if (!rewrites) {
console.warn("failed to get rewrites for tag", tag);
return ctx.return(stringified);
}