From af814bf82b108d770e84dbf83ab180b26dbc6fb9 Mon Sep 17 00:00:00 2001 From: gearnode Date: Thu, 30 Jan 2025 15:05:43 -0800 Subject: [PATCH] Style Signed-off-by: gearnode --- pkg/api/console/v1/schema/schema.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/api/console/v1/schema/schema.go b/pkg/api/console/v1/schema/schema.go index 61dddac60..37282bef4 100644 --- a/pkg/api/console/v1/schema/schema.go +++ b/pkg/api/console/v1/schema/schema.go @@ -962,13 +962,11 @@ enum ControlState { IMPLEMENTED } - enum TaskState { TODO DONE } - type PageInfo { hasNextPage: Boolean! hasPreviousPage: Boolean!