Fix: include option api correction #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-include"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
AFAIK, hapi-sequelize doesn't have a
request.models
, but it does havea
request.getDb()
method that hasmodels
on it. This calls thatmethod to get the related models, but allows
request.models
to keepworking for backward compatibility.
@mdibaiee updated.
Thank you!
Published
hapi-sequelize-crud@2.1.1
,aa06808ab2
.