Skip to content

Commit 91b39fe

Browse files
authored
fix: updating zod validator for monday (#221)
1 parent c5b0770 commit 91b39fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/monday/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const mondayBoardsFieldsSchema = z.object({
2828
export const mondayBoardsFields = Object.keys(mondayBoardsFieldsSchema.shape);
2929
export const mondayBoardsRelationalFieldsSchema = {
3030
columns: z.object({
31-
id: z.number(),
31+
id: z.string(),
3232
description: z.string().optional(),
3333
title: z.string(),
3434
type: z.string(),

0 commit comments

Comments
 (0)