Skip to content

Commit f3e4110

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/targeted_response.ts

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

44
export type { StatusCode, SuccessfulStatus };

0 commit comments

Comments
 (0)