Revert "Day passes are optional"

This reverts commit 8436a8d220.
This commit is contained in:
jvcalderon 2023-11-09 11:44:36 +01:00
parent 311ad6b6a5
commit 1f85b56a99
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export type PlanQuotas = { [key in PlanType]: Quotas | undefined }
export type MonthlyQuotas = {
[MonthlyQuotaName.QUERIES]: Quota
[MonthlyQuotaName.AUTOMATIONS]: Quota
[MonthlyQuotaName.DAY_PASSES]?: Quota
[MonthlyQuotaName.DAY_PASSES]: Quota
}
export type StaticQuotas = {