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