mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat(server): support team workspace subscription (#8919)
close AF-1724, AF-1722
This commit is contained in:
@@ -23,7 +23,7 @@ const SUBSCRIPTION_CACHE_KEY = 'subscription:';
|
||||
|
||||
const getDefaultSubscriptionSuccessCallbackLink = (
|
||||
baseUrl: string,
|
||||
plan: SubscriptionPlan | null,
|
||||
plan?: SubscriptionPlan | null,
|
||||
scheme?: string
|
||||
) => {
|
||||
const path =
|
||||
|
||||
Reference in New Issue
Block a user