1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

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

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 = {