From 6e0db0a1d38da1e636c1eb4d7530a062cffbe1c2 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sun, 20 Oct 2024 11:59:28 -0500 Subject: [PATCH] =?UTF-8?q?Confistrig=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rewriter/src/rewrite.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rewriter/src/rewrite.rs b/rewriter/src/rewrite.rs index 23daec5..0705941 100644 --- a/rewriter/src/rewrite.rs +++ b/rewriter/src/rewrite.rs @@ -36,7 +36,7 @@ pub type EncodeFn = Box String>; struct Rewriter { jschanges: Vec, base: Url, - config: Confistrig, + config: Config, } pub struct Config {