Skip to content

Commit b29dc1f

Browse files
authored
fix: regression in search index due to bad import (#1196)
https://github.com/jsr-io/jsr/actions/runs/17833024797/job/50702854816
1 parent 6c311f0 commit b29dc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/orama_package_reindex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type {
44
Package,
55
RuntimeCompat,
66
} from "../frontend/utils/api_types.ts";
7-
import { chunk } from "std/collections";
7+
import { chunk } from "@std/collections";
88

99
const index = Deno.env.get("ORAMA_PACKAGE_INDEX_ID");
1010
const auth = Deno.env.get("ORAMA_PACKAGE_PRIVATE_API_KEY");

0 commit comments

Comments
 (0)