mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-12 10:11:30 -04:00
Fixed import.
This commit is contained in:
parent
6fdf9ed812
commit
b617ac4c58
11 changed files with 37 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
|||
import {ArgsExpressType} from "../../types/ArgsExpressType";
|
||||
import {ErrorCaused} from "../../types/ErrorCaused";
|
||||
|
||||
const stats = require('../../stats');
|
||||
import stats from '../../stats';
|
||||
|
||||
exports.expressCreateServer = (hook_name:string, args: ArgsExpressType, cb:Function) => {
|
||||
exports.app = args.app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue