vadimdemedes / mongorito

🍹 MongoDB ODM for Node.js apps based on Redux
1.38k stars 90 forks source link

[v4]Expected `id` to be object or undefined, got number #173

Closed Mywifi closed 7 years ago

Mywifi commented 7 years ago

v4/lib/query.js:42

Expected `id` to be object or undefined, got ${typeof id}

should be

Expected `id` to be object or string, got ${typeof id}

vadimdemedes commented 7 years ago

Thanks, fixed!