We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec9c3d commit 39343d6Copy full SHA for 39343d6
src/index.js
@@ -558,7 +558,7 @@ class Service extends AdapterService {
558
559
if (count) {
560
const countColumns = groupByColumns || (Array.isArray(this.id) ? this.id.map(idKey => `${this.Model.tableName}.${idKey}`) : [`${this.Model.tableName}.${this.id}`]);
561
- const countQuery = this._createQuery(params).clear('groupBy');
+ const countQuery = this._createQuery(params);
562
563
if (query.$joinRelation) {
564
countQuery
0 commit comments