Skip to content

Commit af0e747

Browse files
committed
fix(server): restore httpStatusFromTerminalError re-export after PR #74 cherry-pick
PR #74's server/index.ts cleanup removed this re-export (stale on main), but dev's request-log.test.ts still imports it from src/server.
1 parent beccd6f commit af0e747

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export {
6969
addFinalRequestLog,
7070
filterRequestLogs,
7171
httpStatusForTerminalStatus,
72+
httpStatusFromTerminalError,
7273
nextRequestLogId,
7374
requestLogErrorCode,
7475
requestLogSpeedLabel,

0 commit comments

Comments
 (0)