mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
ESlint quotes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use strict";
|
||||
'use strict';
|
||||
|
||||
|
||||
var async = require('async');
|
||||
@@ -178,7 +178,7 @@ categoryController.get = function (req, res, callback) {
|
||||
content: categoryData.description,
|
||||
},
|
||||
{
|
||||
property: "og:type",
|
||||
property: 'og:type',
|
||||
content: 'website',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user