style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-02 20:42:59 +00:00 committed by github-actions[bot]
parent 103cce6338
commit 0999fefda4

View file

@ -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);