fix: resolve syntax error by removing extra closing brace in main.ts
This commit is contained in:
@@ -254,7 +254,6 @@ const scrapeAccountData = async (account: Account) => {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (backend && !account._id.startsWith('shared_')) {
|
||||
await backend.shareAccount(account);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user