不要怂,就是干,撸起袖子干!

Commit a4501866 by Felipe Silva Committed by GitHub

Fix missing comma in example options object (#13433)

1 parent 46d6c35c
...@@ -161,7 +161,7 @@ Multiple checks can be passed: ...@@ -161,7 +161,7 @@ Multiple checks can be passed:
```js ```js
Post.findAll({ Post.findAll({
where: { where: {
authorId: 12 authorId: 12,
status: 'active' status: 'active'
} }
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!