contributte / apitte

:wrench: An opinionated and enjoyable API framework based on Nette Framework. Supporting content negotiation, debugging, middlewares, attributes, annotations and loving openapi/swagger.
https://contributte.org/packages/contributte/apitte/
MIT License
61 stars 37 forks source link

ApiRequest: fix obtaining entity #197

Closed PavelJurasek closed 1 year ago

PavelJurasek commented 1 year ago

https://github.com/contributte/apitte/pull/191/files#diff-b8b31d40dde0855d1d14c2822f1d6bb10da7487817c9d953cb357e4d916a48cdL44-R45 introduced inverted condition for checking entity.

f3l1x commented 1 year ago

Oh thanks.