Fix where parsing needs to be spread #18

Closed
joeybaker wants to merge 1 commits from fix-list-where into master

1 Commits

Author SHA1 Message Date
Joey Baker
46d2605830 Fix where parsing needs to be spread
Otherwise we get a sequelize options object that looks like

```js
{
  where: {
    where: {}
  }
}
```
2016-09-02 15:16:46 -07:00