mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-29 03:44:40 +00:00
fixed string | null
This commit is contained in:
@@ -19,6 +19,6 @@ export class Client {
|
||||
public readonly username: string,
|
||||
public readonly ws: WebSocket,
|
||||
public readonly flag: string | null,
|
||||
public readonly pattern: string | undefined | null,
|
||||
public readonly pattern: string | null,
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user