This commit is contained in:
Aotumuri
2025-05-17 20:11:28 +09:00
parent 1ea1cb32d8
commit 6eb50cbde5
+1 -1
View File
@@ -19,6 +19,6 @@ export class Client {
public readonly username: string,
public readonly ws: WebSocket,
public readonly flag: string | null,
public readonly pattern: string | null,
public readonly pattern: string | undefined | null,
) {}
}