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 c124c40 commit e8168f4Copy full SHA for e8168f4
course-matrix/backend/src/index.ts
@@ -49,8 +49,8 @@ app.get(
49
asyncHandler(async (_, response) =>
50
response.json({
51
info: "Testing course matrix backend server",
52
- })
53
- )
+ }),
+ ),
54
);
55
56
/**
@@ -67,7 +67,7 @@ app.get(
67
} catch (err) {
68
return res.status(500).send({ err });
69
}
70
71
72
73
server = app.listen(config.PORT, () => {
0 commit comments