Skip to content

Commit f842b7f

Browse files
devlux76Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f26daa5 commit f842b7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/cortex/Query.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import type { ModelProfile } from "../../core/ModelProfile";
1414
import type { VectorBackend } from "../../VectorBackend";
1515

1616
class TestVectorBackend implements VectorBackend {
17-
readonly kind = "wasm" as const;
1817
readonly kind: BackendKind = "wasm";
1918

2019
async dotMany(

0 commit comments

Comments
 (0)