Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed May 11, 2024
1 parent 72ba39c commit 3fb62cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ function aggregate(path, arg) {
if (property in c)
return Reflect.get(...arguments);
else {
subColumn = column(path + 'aggregates');
subColumn = column(path + '_aggregate');
return column(property);
}
}
Expand Down

0 comments on commit 3fb62cf

Please sign in to comment.