We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35b1c8 commit 8c2b494Copy full SHA for 8c2b494
apps/web/lib/zod/schemas/rewards.ts
@@ -147,6 +147,11 @@ export const REWARD_CONDITIONS: Record<
147
},
148
],
149
150
+ {
151
+ id: "subscriptionDuration",
152
+ label: "Subscription duration",
153
+ type: "number",
154
+ },
155
156
157
PARTNER_ENTITY,
@@ -164,11 +169,6 @@ export const REWARD_CONDITIONS: Record<
164
169
label: "Amount",
165
170
type: "currency",
166
171
167
- {
168
- id: "subscriptionDuration",
- label: "Subscription duration",
- type: "number",
- },
172
173
174
0 commit comments