Skip to content

Commit d42296a

Browse files
Update src/libs/SubscriptionUtils.ts
Co-authored-by: Shubham Agrawal <58412969+shubham1206agra@users.noreply.github.com>
1 parent 4aeac41 commit d42296a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/libs/SubscriptionUtils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,6 @@ function shouldRestrictUserBillableActions(
494494
return false;
495495
}
496496

497-
/**
498-
* @param currentUserAccountID — Session account ID of the current user (used to count owned paid policies).
499-
*/
500497
function shouldCalculateBillNewDot(currentUserAccountID: number | undefined, canDowngrade: boolean | undefined, policies: OnyxCollection<Policy>): boolean {
501498
return (canDowngrade ?? false) && getOwnedPaidPolicies(policies, currentUserAccountID).length === 1;
502499
}

0 commit comments

Comments
 (0)