SleepyBandit/oxford-dictionary

Find method returning 500 error

Closed this issue · 1 comments

Change line 15 from this:
var path = validate('/api/v1/entries/', props, this, 'entries');
to this:
var path = validate('/api/v1/entries/', props, this);

Sorry for the extreme delay! You're right, thanks for pointing this out. I've fixed it in the code and .find() should be working again.