release/v1.3.3 #11

Merged
nvrl merged 4 commits from release/v1.3.3 into main 2026-02-21 04:56:51 +01:00
Showing only changes of commit d6d87107f5 - Show all commits

View File

@@ -253,7 +253,6 @@ const scrapeAccountData = async (account: Account) => {
console.error(`[Scraper] Temporary error for ${account.personaName}: ${e.message}`); console.error(`[Scraper] Temporary error for ${account.personaName}: ${e.message}`);
} }
} }
}
} }
if (backend && !account._id.startsWith('shared_')) { if (backend && !account._id.startsWith('shared_')) {
await backend.shareAccount(account); await backend.shareAccount(account);