mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
ESlint quotes
This commit is contained in:
@@ -179,7 +179,7 @@ var middleware;
|
||||
if (pluginTemplates) {
|
||||
pluginTemplates.forEach(function (pluginTemplate) {
|
||||
if (pluginTemplate.endsWith('.tpl')) {
|
||||
tplName = "/" + pluginTemplate.replace(templatesPath, '').substring(1);
|
||||
tplName = '/' + pluginTemplate.replace(templatesPath, '').substring(1);
|
||||
|
||||
if (templates.hasOwnProperty(tplName)) {
|
||||
winston.verbose('[plugins] ' + tplName + ' replaced by ' + plugin.id);
|
||||
|
||||
Reference in New Issue
Block a user