mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-14 18:57:50 +01:00
core: fix productId can be null
This commit is contained in:
@@ -604,7 +604,7 @@ export type User = {
|
||||
cancelURL: string | null;
|
||||
expiry: number;
|
||||
trialExpiry?: number;
|
||||
productId: string;
|
||||
productId: string | null;
|
||||
provider: SubscriptionProvider;
|
||||
start: number;
|
||||
plan: SubscriptionPlan;
|
||||
|
||||
Reference in New Issue
Block a user