From 5682e5aab2346a7c6d23f73c3b5ed188c4e97e8e Mon Sep 17 00:00:00 2001 From: Pico2x Date: Thu, 25 Aug 2022 14:54:07 +0100 Subject: [PATCH] Rm lastupdatetime for now --- common/dashboard.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/common/dashboard.ts b/common/dashboard.ts index 8f7746fa..4b172040 100644 --- a/common/dashboard.ts +++ b/common/dashboard.ts @@ -6,7 +6,6 @@ export type Dashboard = { content: JSONContent creatorId: string // User id createdTime: number - lastUpdatedTime: number slug: string }