mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(server): avoid error when other prices added but logic is not released (#6191)
This commit is contained in:
@@ -538,8 +538,8 @@ export type PricesQuery = {
|
||||
type: string;
|
||||
plan: SubscriptionPlan;
|
||||
currency: string;
|
||||
amount: number;
|
||||
yearlyAmount: number;
|
||||
amount: number | null;
|
||||
yearlyAmount: number | null;
|
||||
}>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user