From 03f61b1c8f8bdd471a2651458ea9d5e8cbf5c7a2 Mon Sep 17 00:00:00 2001 From: NoobishSVK Date: Thu, 25 Apr 2024 21:59:32 +0200 Subject: [PATCH] hotfix for plugins --- web/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.ejs b/web/index.ejs index 119e76d..6b37885 100644 --- a/web/index.ejs +++ b/web/index.ejs @@ -468,7 +468,7 @@ -<% plugins.forEach(function(plugin) { %> +<% plugins?.forEach(function(plugin) { %> <% }); %>