From ea2378fac7b184ca04191c9955d173066670514e Mon Sep 17 00:00:00 2001 From: mystie Date: Sat, 28 Sep 2024 19:45:59 +0300 Subject: [PATCH] add a missing semicolon --- templates/inbox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/inbox.html b/templates/inbox.html index 8b25e2c..5b0311f 100644 --- a/templates/inbox.html +++ b/templates/inbox.html @@ -110,6 +110,6 @@ document.title = `Inbox (${count}) | {{ const.appName }}`; } } - }) + }); {% endblock %}