refactor: fix type
This commit is contained in:
parent
a671f9102d
commit
31b216f667
7 changed files with 22 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
import { default as Xev } from 'xev';
|
||||
import Xev from 'xev';
|
||||
import Channel from '../channel.js';
|
||||
|
||||
const ev = new Xev.default();
|
||||
const ev = new Xev();
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'queueStats';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { default as Xev } from 'xev';
|
||||
import Xev from 'xev';
|
||||
import Channel from '../channel.js';
|
||||
|
||||
const ev = new Xev.default();
|
||||
const ev = new Xev();
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'serverStats';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue