Skip to content

Commit 8062f5e

Browse files
fix: update @std/http import path in utils.ts to use JSR format
- Update import path in utils.ts to use jsr:@std/http - Fix module resolution error
1 parent f3e4110 commit 8062f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { StatusCode } from "@std/http";
1+
import type { StatusCode } from "jsr:@std/http";
22
import type { JsonCompatible } from "./json_compatible.ts";
33
import type { TargetedResponse } from "./targeted_response.ts";
44

0 commit comments

Comments
 (0)