Fixed import.

This commit is contained in:
SamTV12345 2024-01-30 22:40:16 +01:00
parent 6fdf9ed812
commit b617ac4c58
11 changed files with 37 additions and 27 deletions

View file

@ -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');