fixed string | null

This commit is contained in:
Aotumuri
2025-05-20 20:51:57 +09:00
parent 2e617d4958
commit f856d7f189
6 changed files with 8 additions and 8 deletions
+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 | undefined | null,
public readonly pattern: string | null,
) {}
}