ESlint quotes

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:56:23 -07:00
parent 604358ecc4
commit a038c66549
161 changed files with 356 additions and 356 deletions

View File

@@ -92,11 +92,11 @@ profileController.get = function (req, res, callback) {
res.locals.metaTags = [
{
name: "title",
name: 'title',
content: userData.fullname || userData.username,
},
{
name: "description",
name: 'description',
content: plainAboutMe,
},
{
@@ -117,7 +117,7 @@ profileController.get = function (req, res, callback) {
noEscape: true,
},
{
property: "og:image:url",
property: 'og:image:url',
content: userData.picture,
noEscape: true,
}