From 02b5fcb5bfc7648c342454065a745a20bbb2ae0f Mon Sep 17 00:00:00 2001 From: Nick Peihl Date: Tue, 5 Nov 2024 08:50:55 -0500 Subject: [PATCH] Remove comment We are tracking this in issue #196609 --- .../dashboard/server/content_management/v3/cm_services.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/dashboard/server/content_management/v3/cm_services.ts b/src/plugins/dashboard/server/content_management/v3/cm_services.ts index 20a2e8bd938e..e086d1cc1460 100644 --- a/src/plugins/dashboard/server/content_management/v3/cm_services.ts +++ b/src/plugins/dashboard/server/content_management/v3/cm_services.ts @@ -416,7 +416,6 @@ export const dashboardItemSchema = schema.object( version: schema.maybe(schema.string()), createdAt: schema.maybe(schema.string()), updatedAt: schema.maybe(schema.string()), - // TODO check if we can remove createdBy and updatedBy createdBy: schema.maybe(schema.string()), updatedBy: schema.maybe(schema.string()), managed: schema.maybe(schema.boolean()),