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 f67dda2 commit f04d341Copy full SHA for f04d341
app/routes/vaccinate.js
@@ -113,7 +113,7 @@ module.exports = router => {
113
if (nhsNumberKnown === "yes") {
114
115
req.session.data.patientName = "Jodie Brown"
116
- req.session.data.dateOfBirth = {day: "4", month: "7", year: "1964"}
+ req.session.data.dateOfBirth = {day: "15", month: "8", year: "1949"}
117
req.session.data.postcode = "GD3 I83"
118
119
res.redirect('/vaccinate/patient-history')
0 commit comments