From 466ae0577adfbb46e061fdecf463179ba48ab54f Mon Sep 17 00:00:00 2001 From: maxgfr <25312957+maxgfr@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:15:32 +0200 Subject: [PATCH] fix: types --- shared/types/src/elastic/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/types/src/elastic/tools.ts b/shared/types/src/elastic/tools.ts index cc3ffde9c..85a08c4c6 100644 --- a/shared/types/src/elastic/tools.ts +++ b/shared/types/src/elastic/tools.ts @@ -16,7 +16,7 @@ export type Tool = { isPublished: boolean; metaDescription: string; slug: string; - source: typeof SOURCES.TOOLS; + source: typeof SOURCES.TOOLS | typeof SOURCES.EXTERNALS; text: string; title: string; _id: string;