We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caa929 commit 3b9f7e7Copy full SHA for 3b9f7e7
1 file changed
backend/src/routes/get-config.ts
@@ -10,7 +10,6 @@ export function inject(app: Application) {
10
(req: Request, res: Response, next: NextFunction) => {
11
try {
12
resolve(req, res);
13
- next(); // Call next if you want to proceed to the next middleware
14
} catch (error) {
15
next(error); // Pass the error to the error-handling middleware
16
}
0 commit comments