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

Commit a0d56959 by Wender Pinto Machado Committed by Sushant

docs: code formatting (#11416)

1 parent 3a600693
Showing with 1 additions and 1 deletions
...@@ -133,7 +133,7 @@ Suppose you want to find all users who have a profile attached: ...@@ -133,7 +133,7 @@ Suppose you want to find all users who have a profile attached:
```js ```js
User.findAndCountAll({ User.findAndCountAll({
include: [ include: [
{ model: Profile, required: true} { model: Profile, required: true }
], ],
limit: 3 limit: 3
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!