Ghost/ghost/members-api
Daniel Lockyer 31bdef94cd Handled invalid filters in members event repository
fix https://linear.app/tryghost/issue/SLO-82/query-error-unexpected-character-in-filter-at-char-1

- previously, we weren't handling a parsing error, and just bubbling it
  back up the chain
- this would result in an InternalServerError somewhere, which caused
  500s
- we can handle this, because it's just a bad filter
- this adds handling so we return a 422 upon receiving an invalid filter
2024-05-01 11:58:09 +02:00
..
lib Handled invalid filters in members event repository 2024-05-01 11:58:09 +02:00
test Handled invalid filters in members event repository 2024-05-01 11:58:09 +02:00
.eslintrc.js
index.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
package.json Update TryGhost packages 2024-05-01 08:49:04 +02:00