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

Commit 2a4e7020 by Ali Taheri

[docs] Fixed a small typo in the docs

1 parent 68543550
Showing with 1 additions and 1 deletions
......@@ -84,7 +84,7 @@ Post.findAll({
Post.findAll({
where: {
authorId: 12,
status: active
status: 'active'
}
});
// SELECT * FROM post WHERE authorId = 12 AND status = 'active';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!