Skip to content

Commit e8168f4

Browse files
minhhaitran08github-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent c124c40 commit e8168f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

course-matrix/backend/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ app.get(
4949
asyncHandler(async (_, response) =>
5050
response.json({
5151
info: "Testing course matrix backend server",
52-
})
53-
)
52+
}),
53+
),
5454
);
5555

5656
/**
@@ -67,7 +67,7 @@ app.get(
6767
} catch (err) {
6868
return res.status(500).send({ err });
6969
}
70-
})
70+
}),
7171
);
7272

7373
server = app.listen(config.PORT, () => {

0 commit comments

Comments
 (0)