From 3fafb1808904ed05d84cf710fc54f4f022f91d3f Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Thu, 11 Dec 2025 21:07:32 +0000 Subject: [PATCH] refactor: remove unnecessary comments from search-space types --- surfsense_web/contracts/types/search-space.types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/surfsense_web/contracts/types/search-space.types.ts b/surfsense_web/contracts/types/search-space.types.ts index 7c324b55a..c0096b41c 100644 --- a/surfsense_web/contracts/types/search-space.types.ts +++ b/surfsense_web/contracts/types/search-space.types.ts @@ -1,7 +1,6 @@ import { z } from "zod"; import { paginationQueryParams } from "."; -// Base schemas export const searchSpace = z.object({ id: z.number(), name: z.string(),