Skip to content

Commit

Permalink
fix: optional flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ilasw committed Jan 22, 2025
1 parent 4d48be5 commit 0a86fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entity/user/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export type UserSubscriptionFlags = Partial<{
cycle: SubscriptionCycles;
createdAt: Date;
subscriptionId: string;
gifterId: string;
giftExpirationDate: Date;
gifterId?: string;
giftExpirationDate?: Date;
}>;

@Entity()
Expand Down

0 comments on commit 0a86fc3

Please sign in to comment.