Skip to content

Commit bf4a4f5

Browse files
committed
lint
1 parent a988f95 commit bf4a4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth0/test/auth0.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("Auth0 simulator", () => {
4343
const app = simulation({
4444
extend: {
4545
extendRouter: (router) => {
46-
router.get("/hello-world", (req, res) => {
46+
router.get("/hello-world", (_req, res) => {
4747
res.send("Hello World");
4848
});
4949
},

0 commit comments

Comments
 (0)