Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit fd24436

Browse files
committed
Remove extra newlines from express/src/index.ts
1 parent 122cca9 commit fd24436

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/express/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const apilyticsMiddleware = (
1212

1313
return (req: Request, res: Response, next: NextFunction): void => {
1414
const timer = milliSecondTimer();
15-
1615
res.on('finish', () => {
1716
sendApilyticsMetrics({
1817
apiKey,
@@ -22,7 +21,6 @@ export const apilyticsMiddleware = (
2221
timeMillis: timer(),
2322
});
2423
});
25-
2624
next();
2725
};
2826
};

0 commit comments

Comments
 (0)