fix special thanks rows not being tripled correctly

This commit is contained in:
Ash Monty
2021-12-14 21:17:55 +01:00
parent 9902928860
commit 7153a48fa4

View File

@@ -31,7 +31,7 @@ router.get('/', async (request, response) => {
// Builds the final array to be sent to the view, and triples each row.
specialThanksPeople = {
first: specialThanksFirstRow.concat(specialThanksFirstRow).concat(specialThanksFirstRow),
second: specialThanksSecondRow.concat(specialThanksSecondRow).concat(specialThanksFirstRow)
second: specialThanksSecondRow.concat(specialThanksSecondRow).concat(specialThanksSecondRow)
};
response.render('home', {