Skip to content

Commit 36fb372

Browse files
committed
Rename response time field
1 parent b750804 commit 36fb372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/middleware/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const logging = (
2222
epicTargeting: res.locals.epicTargeting,
2323
userAgent: isServerError(res.statusCode) ? req.headers['user-agent'] : undefined,
2424
epicSuperMode: res.locals.epicSuperMode,
25-
responseTimeMs: Math.round(responseTimeMs),
25+
responseTimeInMs: Math.round(responseTimeMs),
2626
});
2727
});
2828
next();

0 commit comments

Comments
 (0)