fix(gateway): show legacy season states

This commit is contained in:
2026-07-31 15:28:16 +00:00
parent 8a17412fcd
commit 809de8ace6
12 changed files with 246 additions and 43 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const loadWorldTrendSnapshot = async (ctx: GameApiContext): Promise<WorldTrendSn
opentime: meta.opentime ?? '',
turntime: meta.turntime ?? '',
otherTextInfo: meta.otherTextInfo ?? '',
isUnited: meta.isUnited ?? 0,
isUnited: meta.isunited ?? meta.isUnited ?? 0,
};
};