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.
2 parents 30a4fba + 530a035 commit 3a39481Copy full SHA for 3a39481
src/db.js
@@ -74,7 +74,7 @@ const query = ({ reportName,
74
const limitParam = parseLimitParam(limit);
75
const pageParam = parsePageParam(page);
76
if (domain && reportName !== 'download') {
77
- return queryDomain(domain, reportName, limitParam, pageParam, before, after, version);
+ return queryDomain(domain, reportName, limitParam, pageParam, before, after, dbTable);
78
}
79
const recordQuery = Object.assign({ report_name: reportName, report_agency: reportAgency });
80
const timeQuery = buildTimeQuery(before, after);
0 commit comments