mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 19:50:09 +00:00
🐛 fix: fix default waitlist bug
This commit is contained in:
@@ -10,7 +10,7 @@ export async function getSubscriptionPlan(userId: string): Promise<Plans> {
|
||||
}
|
||||
|
||||
export async function getIsInWaitList(userId: string): Promise<boolean> {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
export async function initNewUserForBusiness(
|
||||
|
||||
Reference in New Issue
Block a user