From ff4c2ee346f868d36a3c1ef2df84f870313bba7d Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 16 Dec 2025 01:05:59 +0000 Subject: [PATCH] fix: upload arktype shape --- apps/drive-web/src/files/upload.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/drive-web/src/files/upload.ts b/apps/drive-web/src/files/upload.ts index 4fb55b0..8144158 100644 --- a/apps/drive-web/src/files/upload.ts +++ b/apps/drive-web/src/files/upload.ts @@ -10,8 +10,6 @@ export const Upload = type({ id: "string", status: UploadStatus, uploadUrl: "string.url", - createdAt: "string.date.iso.parse", - updatedAt: "string.date.iso.parse", }) export type Upload = typeof Upload.infer