mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Fixed import.
This commit is contained in:
parent
6fdf9ed812
commit
b617ac4c58
11 changed files with 37 additions and 27 deletions
|
@ -35,7 +35,7 @@ const log4js = require('log4js');
|
|||
const messageLogger = log4js.getLogger('message');
|
||||
const accessLogger = log4js.getLogger('access');
|
||||
const hooks = require('../../static/js/pluginfw/hooks.js');
|
||||
const stats = require('../stats');
|
||||
import stats from '../stats'
|
||||
const assert = require('assert').strict;
|
||||
const {RateLimiterMemory} = require('rate-limiter-flexible');
|
||||
const webaccess = require('../hooks/express/webaccess');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue