We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeebb3b commit cdf551bCopy full SHA for cdf551b
docs/developer-docs/latest/development/backend-customization.md
@@ -1521,7 +1521,7 @@ const result = await knex('restaurants')
1521
// return a grouped key-value object generated from
1522
// the response
1523
1524
-return (_.groupBy(result, 'chef');
+return (_.groupBy(result, 'chef'));
1525
```
1526
1527
**We strongly suggest to sanitize any strings before making queries to the DB**
0 commit comments