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
|
@ -3,8 +3,8 @@
|
|||
// @ts-ignore
|
||||
import measured from 'measured-core';
|
||||
|
||||
module.exports = measured.createCollection();
|
||||
export default measured.createCollection();
|
||||
|
||||
module.exports.shutdown = async (hookName: string, context:any) => {
|
||||
export const shutdown = async (hookName: string, context:any) => {
|
||||
module.exports.end();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue