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

Commit 2a3b3dba by Damian Committed by Sushant

docs(findAndCountAll): code formatting (#8439)

1 parent a056b5aa
Showing with 1 additions and 0 deletions
...@@ -97,6 +97,7 @@ The success handler will always receive an object with two properties: ...@@ -97,6 +97,7 @@ The success handler will always receive an object with two properties:
* `count` - an integer, total number records matching the where clause * `count` - an integer, total number records matching the where clause
* `rows` - an array of objects, the records matching the where clause, within the limit and offset range * `rows` - an array of objects, the records matching the where clause, within the limit and offset range
```js ```js
Project Project
.findAndCountAll({ .findAndCountAll({
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!