Skip to content

Commit 27d7b6a

Browse files
committed
Import URL from node:url
1 parent 36c9f74 commit 27d7b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/sse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { JSONRPCMessage, JSONRPCMessageSchema } from "../types.js";
55
import getRawBody from "raw-body";
66
import contentType from "content-type";
77
import { AuthInfo } from "./auth/types.js";
8-
import { URL } from 'url';
8+
import { URL } from 'node:url';
99

1010
const MAXIMUM_MESSAGE_SIZE = "4mb";
1111

0 commit comments

Comments
 (0)