mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
chore: eslint import/newline-after-import
This commit is contained in:
committed by
Julian Lam
parent
9f6a682ca9
commit
4ee0f1459d
@@ -7,6 +7,7 @@ var path = require('path');
|
||||
var os = require('os');
|
||||
var nconf = require('nconf');
|
||||
var express = require('express');
|
||||
|
||||
var app = express();
|
||||
app.renderAsync = util.promisify((tpl, data, callback) => app.render(tpl, data, callback));
|
||||
var server;
|
||||
|
||||
Reference in New Issue
Block a user