From 0999fefda4a01c580b026085331ed19fb444fe97 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:42:59 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/themeStore.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/themeStore.js b/js/themeStore.js index 0be7630..fae7d55 100644 --- a/js/themeStore.js +++ b/js/themeStore.js @@ -533,7 +533,11 @@ export class ThemeStore { ); } - console.log(this.editingThemeId ? 'Updating theme:' : 'Uploading theme:', { name, author: userId, authorName: userName }); + console.log(this.editingThemeId ? 'Updating theme:' : 'Uploading theme:', { + name, + author: userId, + authorName: userName, + }); const formData = new FormData(); formData.append('name', name);