js2ts: msg(WIP)

This commit is contained in:
2021-08-28 06:22:30 +09:00
parent 90340c5be8
commit 8eaee091ea
5 changed files with 660 additions and 4 deletions
+1 -1
View File
@@ -56,6 +56,6 @@ else{
Json::die([
'result' => $result===DiplomaticMessage::ACCEPTED,
'result' => $result!==DiplomaticMessage::INVALID,
'reason' => $reason
]);