Skip to content

Commit 7375fed

Browse files
chore: apply automated updates
1 parent ed8cc2b commit 7375fed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/log.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ export interface LogOptions {}
55

66
const statusColors = { 1: c.blue, 2: c.green, 3: c.yellow } as const;
77

8-
export const log: (options?: LogOptions) => ServerMiddleware = (
9-
_options = {},
10-
) => {
8+
export const log: (options?: LogOptions) => ServerMiddleware = (_options = {}) => {
119
return async (req, next) => {
1210
const start = performance.now();
1311
const res = await next();

0 commit comments

Comments
 (0)