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 30a4fba commit 530a035Copy full SHA for 530a035
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