mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
refactor imports (#5058)
This commit is contained in:
parent
c4bf9eb61c
commit
bdcd083eea
8 changed files with 12 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { AdminCommands } from 'websocket';
|
||||
|
||||
export default class AdminService {
|
||||
export class AdminService {
|
||||
static adjustMod(userName: string, shouldBeMod?: boolean, shouldBeJudge?: boolean): void {
|
||||
AdminCommands.adjustMod(userName, shouldBeMod, shouldBeJudge);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue