mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Fixed settings.
This commit is contained in:
parent
419ee5b371
commit
ff5a0688f3
9 changed files with 22 additions and 20 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
const CustomError = require('../utils/customError');
|
||||
const promises = require('../utils/promises');
|
||||
const randomString = require('../utils/randomstring');
|
||||
import randomString from '../utils/randomstring';
|
||||
const db = require('./DB');
|
||||
const groupManager = require('./GroupManager');
|
||||
const authorManager = require('./AuthorManager');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue