Skip to content

Commit 5c6a1af

Browse files
svenefftingejankeromnes
authored andcommitted
Update components/ee/payment-endpoint/src/accounting/team-subscription-service.ts
Co-authored-by: Jan Keromnes <[email protected]>
1 parent aaa0653 commit 5c6a1af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/ee/payment-endpoint/src/accounting/team-subscription-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export class TeamSubscriptionService {
180180
// Cancel assignee's subscription (if present)
181181
if (state === "assigned") {
182182
const assignedSlot = slot as TeamSubscriptionSlotAssigned;
183-
await this.ubpResetOnCancel.resetUsage(assignedSlot.assigneeId);
184183
await this.cancelSubscription(db, assignedSlot.assigneeId, ts.planId, slot.id, now);
185184
}
186185

0 commit comments

Comments
 (0)