Skip to content

Commit

Permalink
Correct end date for hmrc imports survey
Browse files Browse the repository at this point in the history
It should be January 2018, not January 2017.  As this will have stopped
the survey appearing we also extend the survey by a few days to cover
off the time we missed.
  • Loading branch information
h-lame committed Oct 26, 2017
1 parent 7aa25c2 commit 02af610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
surveyType: 'url',
frequency: 6,
startTime: new Date('October 18, 2017').getTime(),
endTime: new Date('January 20, 2017 23:59:50').getTime(),
endTime: new Date('January 28, 2018 23:59:50').getTime(),
url: hmrcImportSurveyOct2017Url(),
templateArgs: {
title: 'Help improve GOV.UK',
Expand Down

0 comments on commit 02af610

Please sign in to comment.