Lint pass
This commit is contained in:
@ -177,7 +177,7 @@ module.exports = function(app) {
|
|||||||
|
|
||||||
function privacy(req, res) {
|
function privacy(req, res) {
|
||||||
res.render('resources/privacy', {
|
res.render('resources/privacy', {
|
||||||
title: "Privacy policy"
|
title: 'Privacy policy'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user