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 5aab64e + 3a39481 commit 0e8667dCopy full SHA for 0e8667d
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