Skip to content

Commit

Permalink
[TRELLO-2496] Format
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd committed Aug 13, 2024
1 parent 44f5caf commit b8ad40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-tools/src/controllers/categories.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CategoriesController.get('/minimized', async (req: Request<{}, {}, {}>, res, nex
try {
return res.status(200).send({
fr: minimizedAnomaliesFr,
en: minimizedAnomaliesEn
en: minimizedAnomaliesEn,
})
} catch (err) {
next(err)
Expand Down

0 comments on commit b8ad40c

Please sign in to comment.