From 0053df2e99e9a7c2217bceeed0aa2a0646c53fb3 Mon Sep 17 00:00:00 2001 From: Rhovandir - local env Date: Sat, 24 Jan 2026 18:03:29 +0100 Subject: [PATCH] fix: closing the plugin array --- plugin.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.config.js b/plugin.config.js index 30437ac..97e63ff 100644 --- a/plugin.config.js +++ b/plugin.config.js @@ -4,3 +4,4 @@ module.exports = [ // '@flaschengeist/schedule', // '@flaschengeist/pricelist', '@flaschengeist/schedule', +];