Skip to content

Commit 3b9f7e7

Browse files
committed
Fix for response of config endpoint
1 parent 4caa929 commit 3b9f7e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/src/routes/get-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export function inject(app: Application) {
1010
(req: Request, res: Response, next: NextFunction) => {
1111
try {
1212
resolve(req, res);
13-
next(); // Call next if you want to proceed to the next middleware
1413
} catch (error) {
1514
next(error); // Pass the error to the error-handling middleware
1615
}

0 commit comments

Comments
 (0)