Skip to content

Commit e21d04c

Browse files
committed
fix
1 parent 8c7fc4c commit e21d04c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fake-backend/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function sleep(timeout: number) {
1919

2020
app.get(["/custom", "/custom-:id"], async (req, res) => {
2121
let data: PageData;
22-
console.log("custom route", req.query.page);
2322
try {
2423
data = JSON.parse(req.query.page as string) as PageData;
2524
} catch (e) {

0 commit comments

Comments
 (0)