Fix: include option api correction #6
Reference in New Issue
Block a user
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 hasmodelson it. This calls thatmethod to get the related models, but allows
request.modelsto keepworking for backward compatibility.
@mdibaiee updated.
Thank you!
Published
hapi-sequelize-crud@2.1.1,aa06808ab2.