From 57d80988a63ab02cb7770b24081534caf1306d58 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 25 Oct 2025 21:52:43 -0700 Subject: [PATCH] fix knip warning --- src/scripts/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/utils.ts b/src/scripts/utils.ts index a1bcc3d89..b45282111 100644 --- a/src/scripts/utils.ts +++ b/src/scripts/utils.ts @@ -17,7 +17,6 @@ export function clone(obj: T): T { } /** - * @knipIgnoreUnusedButUsedByCustomNodes * @deprecated Use `applyTextReplacements` from `@/utils/searchAndReplace` instead * There are external callers to this function, so we need to keep it for now */ @@ -25,7 +24,6 @@ export function applyTextReplacements(app: ComfyApp, value: string): string { return _applyTextReplacements(app.graph, value) } -/** @knipIgnoreUnusedButUsedByCustomNodes */ export async function addStylesheet( urlOrFile: string, relativeTo?: string