fix: GetNationInfo에는 nationNotice가 필요하지 않음
This commit is contained in:
@@ -99,7 +99,6 @@ class GetNationInfo extends \sammo\BaseAPI
|
||||
'isFull' => $isFull,
|
||||
'nation' => $nation,
|
||||
'impossibleStrategicCommandLists' => $impossibleStrategicCommandLists,
|
||||
'nationNotice' => $nationStor->nationNotice,
|
||||
'troops' => $troopName,
|
||||
];
|
||||
|
||||
|
||||
@@ -154,7 +154,6 @@ export type NationInfoFull = ValidResponse & {
|
||||
nation: NationItem;
|
||||
isFull: true,
|
||||
impossibleStrategicCommandLists: [string, number][];
|
||||
nationNotice: NationNotice,
|
||||
troops: Record<number, string>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user