feat: resolved ts fail in license check

This commit is contained in:
=
2024-10-23 16:24:38 +05:30
parent 58ce623a2c
commit f8d65f44e3

View File

@@ -21,7 +21,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
secretVersioning: true,
pitRecovery: false,
ipAllowlisting: false,
rbac: true,
rbac: false,
customRateLimits: false,
customAlerts: false,
auditLogs: false,