lint: src/node/hooks/express/errorhandling.js

pull/4667/head
John McLear 2021-01-21 21:06:52 +00:00 committed by Richard Hansen
parent 4de2844af2
commit 3cf6e1f015
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
const stats = require('ep_etherpad-lite/node/stats');
'use strict';
exports.expressCreateServer = function (hook_name, args, cb) {
const stats = require('../../stats');
exports.expressCreateServer = (hook_name, args, cb) => {
exports.app = args.app;
// Handle errors