fix: add channel and pageType

This commit is contained in:
Christel Westerberg
2024-07-15 09:34:55 +02:00
parent c96008fb78
commit 73cea4ba51
8 changed files with 12 additions and 13 deletions

View File

@@ -199,6 +199,7 @@ const validateAccountTrackingData = z.object({
updated_at: z.string(),
created_at: z.string(),
}),
title: z.string().nullable(),
}),
})