Ghost/ghost/api-framework/test
Daniel Lockyer d5013199b3 Fixed handling objects as API input parameters
fix https://linear.app/tryghost/issue/SLO-155/paramsmap-is-not-a-function-an-unexpected-error-occurred-please-try

- in the case you provide an object to the API, this code will throw an
  error because it can't map over an object
- we can just assert that params should be an array and throw an error
  otherwise
2024-06-24 10:14:43 +02:00
..
serializers
util
validators
.eslintrc.js
frame.test.js
headers.test.js
http.test.js
pipeline.test.js