account_membership is not updated by this time

This commit is contained in:
Danel Kungla
2025-10-02 18:51:16 +03:00
parent d8f314cb00
commit 98896fe6de

View File

@@ -173,9 +173,6 @@ export const acceptInvitationAction = enhanceAction(
throw new Error('Failed to accept invitation');
}
// Make sure new account gets company benefits added to balance
await accountBalanceService.processPeriodicBenefitDistributions();
// Increase the seats for the account
await perSeatBillingService.increaseSeats(accountId);