From 3b4130005dfca0b23f30d4168b0a1a619ee370e5 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:33:06 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/accounts/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/accounts/auth.js b/js/accounts/auth.js index 24c37c2..158e90b 100644 --- a/js/accounts/auth.js +++ b/js/accounts/auth.js @@ -126,4 +126,4 @@ export class AuthManager { } } -export const authManager = new AuthManager(); \ No newline at end of file +export const authManager = new AuthManager();