Skip to content

Commit 9db21c4

Browse files
committed
fix
1 parent 9d7d42e commit 9db21c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ class Server<
24852485
}
24862486
}
24872487

2488-
const urlLogs = [];
2488+
const urlLogs: string[] = [];
24892489

24902490
const local = localhost || loopbackIPv4 || loopbackIPv6;
24912491
if (local) {

0 commit comments

Comments
 (0)