From 3fb62cf6b5f12ca80a1032228435dbced034ba41 Mon Sep 17 00:00:00 2001 From: Lars-Erik Roald Date: Sat, 11 May 2024 20:31:22 +0000 Subject: [PATCH] fix --- src/client/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/index.js b/src/client/index.js index e79b542b..64f34209 100644 --- a/src/client/index.js +++ b/src/client/index.js @@ -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); } }