Skip to content

Commit 505c961

Browse files
committed
chore: update kv.ts's imports
1 parent 3bece7e commit 505c961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/kv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as v from "@badrap/valita";
2-
import { type Client, HTTPError } from "./client.js";
2+
import { type Client, HTTPError } from "./client.ts";
33

44
type KvKey = (number | string | boolean)[];
55

0 commit comments

Comments
 (0)