feat: skip updating subscription if unlimited seats

This commit is contained in:
Henry
2025-09-07 22:44:59 +01:00
parent 10d04838bd
commit c6a4c60807
2 changed files with 37 additions and 24 deletions

View File

@@ -14,6 +14,11 @@ export interface Subscription {
unlimitedSeats: boolean;
periodStart: Date | null;
periodEnd: Date | null;
referenceId: string;
stripeSubscriptionId: string | null;
stripeCustomerId: string | null;
createdAt: Date;
updatedAt: Date;
}
export const getActiveSubscriptions = (