mikec / kalamata

Extensible REST API for Express + Bookshelf.js
MIT License
41 stars 12 forks source link

Bugfix - relHooks is sometimes undefined (closes #9) #11

Open nabilfreeman opened 7 years ago

nabilfreeman commented 7 years ago

9 - when loading nested relations, relHooks is used in a dynamic function - but sometimes, when that dynamic function is called, relHooks is undefined and everything breaks.

I'm not sure what the cause of this is because of my lack of deep understanding of Kalamata, but I patched it and was able to restore functionality.

@mikec would appreciate you taking a look at this!