Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
We are tracking this in issue elastic#196609
  • Loading branch information
nickpeihl committed Nov 5, 2024
1 parent c7b15d8 commit 02b5fcb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 02b5fcb

Please sign in to comment.