Skip to content

Commit 5cbbdf4

Browse files
committed
cleanup
1 parent 74a96e9 commit 5cbbdf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mod.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ const fetchEndpoint = async (
2323
}
2424
const makeFetchPromise = (handlerOrListener: HandlerOrListener) => {
2525
if ('addr' in handlerOrListener) {
26-
// this might never get invoked because of Deno's blocking issue
27-
2826
const port = handlerOrListener.addr.port
2927

3028
const resp = (url: URL | string = '', params?: RequestInit) => {

0 commit comments

Comments
 (0)