From 2d2d05c4b068d37f6ad3deadbc88fc50d14dadbd Mon Sep 17 00:00:00 2001 From: Phil Kuang Date: Sun, 25 Jul 2021 10:04:14 -0400 Subject: [PATCH] Update packages/catalog-client/src/types/api.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Phil Kuang --- packages/catalog-client/src/types/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/catalog-client/src/types/api.ts b/packages/catalog-client/src/types/api.ts index ab5193e38e..d30caa50d6 100644 --- a/packages/catalog-client/src/types/api.ts +++ b/packages/catalog-client/src/types/api.ts @@ -16,7 +16,7 @@ import { Entity, EntityName, Location } from '@backstage/catalog-model'; -export const CATALOG_FILTER_EXISTS = Symbol(); +export const CATALOG_FILTER_EXISTS = Symbol('CATALOG_FILTER_EXISTS'); export type CatalogEntitiesRequest = { filter?: