mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(core): remove pricing feature switch (#4212)
This commit is contained in:
parent
c4f00fd7af
commit
b9a05c0034
1 changed files with 0 additions and 5 deletions
|
@ -88,11 +88,6 @@ export const createQuotaLibrary = (
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO @sijie: remove this when pricing is ready
|
||||
if (isProduction) {
|
||||
return;
|
||||
}
|
||||
|
||||
const plan = await getTenantSubscriptionPlan(cloudConnection);
|
||||
const limit = plan.quota[key];
|
||||
|
||||
|
|
Loading…
Reference in a new issue