Skip to content

Commit

Permalink
fix: spelling in events (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Oct 12, 2023
1 parent 8cf5cce commit 0c46fea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/src/rest/controller/base/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ export const getEvents = async (
'FUN',
'PRO',
'EXHIBITIONS',
'WORKSHOPS',
'GUEST-LECTURES ',
'WORKSHOP',
'GUEST-LECTURES',
'OTHER',
].includes(type.toUpperCase())
) {
return res.status(400).send('invalid type query parameter value');
Expand Down

0 comments on commit 0c46fea

Please sign in to comment.