From b79d3d1754de463111d5d29f65f317e6d719c651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Thu, 15 Aug 2024 19:02:05 +0200 Subject: [PATCH] fix --- apps/api/src/controllers/crawlPreview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/controllers/crawlPreview.ts b/apps/api/src/controllers/crawlPreview.ts index cd762646..e66624f5 100644 --- a/apps/api/src/controllers/crawlPreview.ts +++ b/apps/api/src/controllers/crawlPreview.ts @@ -81,6 +81,7 @@ export async function crawlPreviewController(req: Request, res: Response) { pageOptions, team_id, robots, + createdAt: Date.now(), }; await saveCrawl(id, sc);