diff --git a/src/commands/client/query/query-single/index.test.ts b/src/commands/client/query/query-single/index.test.ts index f33aec3..b038f8b 100644 --- a/src/commands/client/query/query-single/index.test.ts +++ b/src/commands/client/query/query-single/index.test.ts @@ -1,5 +1,5 @@ import { afterAll, describe, expect, test } from "bun:test"; -import { QueryCommand, QueryMode, UpsertCommand, WeightingStrategy } from "@commands/index"; +import { QueryCommand, UpsertCommand, WeightingStrategy } from "@commands/index"; import { Index, awaitUntilIndexed, diff --git a/src/platforms/cloudflare.ts b/src/platforms/cloudflare.ts index efe3438..47b5ee8 100644 --- a/src/platforms/cloudflare.ts +++ b/src/platforms/cloudflare.ts @@ -123,3 +123,4 @@ export class Index extends core.Index extends core.Index