mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix linting
This commit is contained in:
@@ -7,7 +7,7 @@ api.exampleRoute = {
|
||||
middlewares: [],
|
||||
handler (req, res) {
|
||||
res.status(200).send({
|
||||
status: 'ok'
|
||||
status: 'ok',
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user