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 90da13e commit c1eef72Copy full SHA for c1eef72
src/app.js
@@ -52,7 +52,7 @@ const fetchData = (req, res) => {
52
db.query(params).then(result => {
53
const response = result.map(dataPoint => Object.assign(
54
{
55
- notice: req.version === '1.1' ? 'v1 is no longer supported. Use v2 instead. See https://analytics.usa.gov/developer' : undefined,
+ notice: req.version === '1.1' ? 'v1 is being deprecated. Use v2 instead. See https://analytics.usa.gov/developer' : undefined,
56
id: dataPoint.id,
57
date: formatDateForDataPoint(dataPoint),
58
report_name: dataPoint.report_name,
0 commit comments