From 3156302dbcc5fd7eb0e49ed63a2ecc31665e0cc9 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 21 Jan 2026 21:15:35 +0000 Subject: [PATCH] chore(JSON.ts): remove unnecessary blank line in ObjectType enum --- Common/Types/JSON.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Common/Types/JSON.ts b/Common/Types/JSON.ts index a0a51f07f9..4bf4fcb7e1 100644 --- a/Common/Types/JSON.ts +++ b/Common/Types/JSON.ts @@ -71,7 +71,6 @@ export enum ObjectType { NotNull = "NotNull", IsNull = "IsNull", Includes = "Includes", - DashboardComponent = "DashboardComponent", DashboardViewConfig = "DashboardViewConfig", }