fix: resolve syntax error by removing extra closing brace in main.ts

This commit is contained in:
2026-02-21 04:56:30 +01:00
parent 2ef8dd06e7
commit d6d87107f5

View File

@@ -254,7 +254,6 @@ const scrapeAccountData = async (account: Account) => {
} }
} }
} }
}
if (backend && !account._id.startsWith('shared_')) { if (backend && !account._id.startsWith('shared_')) {
await backend.shareAccount(account); await backend.shareAccount(account);
} }