From 40a10eb6b68fbc6c6d0cb0eedee21332a04d403c Mon Sep 17 00:00:00 2001 From: JSweers Date: Mon, 8 Dec 2025 19:07:22 +0100 Subject: [PATCH] fix: typo --- templates/injector.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/injector.html.twig b/templates/injector.html.twig index a176713..638b90e 100644 --- a/templates/injector.html.twig +++ b/templates/injector.html.twig @@ -32,7 +32,7 @@ const observerArticle = new MutationObserver(function(mutations) { } } } - }); + } }); observerArticle.observe(document.body, {