foundersandcoders / facform

Week 8 project for FAC5 to create a learning platform for Founders & Coders
GNU General Public License v2.0
2 stars 0 forks source link

dbtest not working #64

Open Danwhy opened 9 years ago

Danwhy commented 9 years ago

If I change 'nikki' to 'Simon' on this line: https://github.com/foundersandcoders/facform/blob/rethinkdbWIP/dbtest.js#L25 the result is an empty array, when it should contain Simon's object.

It looks like your fakedb.filter function is only returning the first result.