style: run prettier format on 9 files
Lint & Vuln Scan / Go vulnerabilities (push) Successful in 22s
Lint & Vuln Scan / Frontend lint & types (push) Failing after 1m11s

This commit is contained in:
2026-06-25 17:17:01 +01:00
parent eb15a399ef
commit bc7558cd39
9 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class AuthStore {
method: 'POST',
headers: { Authorization: `Bearer ${this.token}` }
});
// eslint-disable-next-line @typescript-eslint/no-unused-vars
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (e) {
// Ignore network errors - still clear local state
}