Update web/src/store/user.ts

Co-authored-by: Johnny <yourselfhosted@gmail.com>
Signed-off-by: varsnotwars <varsnotwars@protonmail.com>
This commit is contained in:
varsnotwars 2025-08-09 00:30:38 +10:00 committed by GitHub
parent 6314f71e5e
commit e8a89c1856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -177,8 +177,6 @@ const userStore = (() => {
const fetchUserSettings = async () => {
if (!state.currentUser) {
console.error("No current user");
return;
}