Skip to content

Commit 45cf26f

Browse files
committed
chore: format
1 parent 8da8fdf commit 45cf26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/route-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async function authMiddleware({ request, context }) {
120120

121121
const user = await getUserById(userId);
122122
context.set(userContext, user);
123-
};
123+
}
124124

125125
export const middleware = [authMiddleware];
126126
```

0 commit comments

Comments
 (0)