クライアントトークンの?の位置がずれていた問題を修正

This commit is contained in:
2025-07-26 21:38:07 +09:00
parent 0e9c8f8225
commit 081d1eca6e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ interface emergencyTypes {
interface uwuzuTypes {
apiToken: string;
clientToken:? string;
clientToken?: string;
host: string;
}