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

Commit 4313a494 by ezelohar Committed by Felix Becker

docs(scopes): add missing comma (#7820)

Missing comma in first example of this tutorial.
1 parent 59937b15
Showing with 1 additions and 1 deletions
......@@ -24,7 +24,7 @@ const Project = sequelize.define('project', {
include: [
{ model: User, where: { active: true }}
]
}
},
random: function () {
return {
where: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!