Fixed some linter issues
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-04 17:54:43 -04:00
parent 6455f3ff10
commit e958080702
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ exports.getIndex = async function(req, res) {
],
});
//req.flash('info', 'This is a test flash message.');
// req.flash('info', 'This is a test flash message.');
res.render('index.twig', {
inventory: items,