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

@@ -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);
} }