Fix
This commit is contained in:
parent
e85f9f4aa5
commit
e94c73efe2
15 changed files with 15 additions and 15 deletions
|
|
@ -6,7 +6,7 @@ const ev = new Xev();
|
|||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'serverStats';
|
||||
public readonly shouldShare = true;
|
||||
public static shouldShare = true;
|
||||
|
||||
@autobind
|
||||
public async init(params: any) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue