You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
found should never actually be serialised over the API. It's just an internal flag used to denote "Hey! Send a 404!". It's being removed, so closing this issue.
There are currently no tests to check whether
found: true
is included in the resolved object from a call toget
in the controllers.Adding such a test found it breaks when
params.count !== true
, even if responses are found, I assume its this line here: https://github.com/Prismatik/redbeard/blob/master/controller/controller.mustache#L93The tag probably should be
result
The text was updated successfully, but these errors were encountered: