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

Commit 264733cc by yjhuoh Committed by Sushant

fix querying typo (#6994)

1 parent 55948897
Showing with 1 additions and 1 deletions
...@@ -243,7 +243,7 @@ JSONB can be queried in three different ways. ...@@ -243,7 +243,7 @@ JSONB can be queried in three different ways.
### Relations / Associations ### Relations / Associations
```js ```js
// Find all projects with a least one task where task.state === project.task // Find all projects with a least one task where task.state === project.state
Project.findAll({ Project.findAll({
include: [{ include: [{
model: Task, model: Task,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!