Skip to content

Commit 0694841

Browse files
committed
fix updatePartnerProfileAction bug
1 parent 8b04263 commit 0694841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/lib/zod/schemas/partner-profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const partnerProfileChangeHistoryLogSchema = z.array(
175175
z.union([
176176
z.object({
177177
field: z.literal("country"),
178-
from: z.string(),
178+
from: z.string().nullable(),
179179
to: z.string(),
180180
changedAt: z.coerce.date(),
181181
}),

0 commit comments

Comments
 (0)