From 723a8b9e79601f445fd83517ba93c75e93368b47 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 23 Jan 2026 20:16:30 -0400 Subject: find: stop providing thingConstructors to include() --- src/find.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/find.js') diff --git a/src/find.js b/src/find.js index 7b605e97..5740ebd4 100644 --- a/src/find.js +++ b/src/find.js @@ -70,7 +70,7 @@ export function processAvailableMatchesByName(data, fuzz, { multipleNameMatches = Object.create(null), }) { for (const thing of data) { - if (!include(thing, thingConstructors)) continue; + if (!include(thing)) continue; for (const name of getMatchableNames(thing)) { if (typeof name !== 'string') { -- cgit 1.3.0-6-gf8a5