We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7fc4c commit e21d04cCopy full SHA for e21d04c
tests/fake-backend/index.ts
@@ -19,7 +19,6 @@ function sleep(timeout: number) {
19
20
app.get(["/custom", "/custom-:id"], async (req, res) => {
21
let data: PageData;
22
- console.log("custom route", req.query.page);
23
try {
24
data = JSON.parse(req.query.page as string) as PageData;
25
} catch (e) {
0 commit comments