0
Fork 0
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:
wangsijie 2023-07-25 17:47:54 +08:00 committed by GitHub
parent c4f00fd7af
commit b9a05c0034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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];