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

Commit 50969d96 by Andrew Hessler-Loch Committed by Sushant

docs: fix syntax error in usage.md (#9413)

1 parent b66f9ddc
Showing with 1 additions and 1 deletions
......@@ -299,7 +299,7 @@ will be thrown.
sequelize
.query(
'SELECT * FROM projects WHERE status = ?',
{ raw: true, replacements: ['active']
{ raw: true, replacements: ['active'] }
)
.then(projects => {
console.log(projects)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!