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 a824207 commit 4ac7307Copy full SHA for 4ac7307
packages/cubejs-server-core/core/RefreshScheduler.js
@@ -25,7 +25,7 @@ class RefreshScheduler {
25
}))
26
);
27
28
- const extractDate = ({ data }) => data[0] && data[0][Object.keys(data[0])[0]];
+ const extractDate = ({ data }) => data[0] && data[0][Object.keys(data[0])[0]].toString();
29
30
const baseQuery = {
31
...queryingOptions,
0 commit comments