返回提交历史
Modified
src/services/importService.ts
+2
-1
XFEstudio/XFESpaceNinjaServer
chore(import): ClaimedJunctionChallengeRewards (#3328)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3328 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
08c78d4f
代码差异
1 个文件
+2
-1
@@ -415,7 +415,8 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
415
415
//"OneTimePurchases", // TODO: Import Antiques
416
416
"EntratiLabConquestActiveFrameVariants",
417
417
"EchoesHexConquestActiveFrameVariants",
418
"EchoesHexConquestActiveStickers"
418
"EchoesHexConquestActiveStickers",
419
"ClaimedJunctionChallengeRewards"
419
420
] as const) {
420
421
if (client[key] !== undefined) {
421
422
db[key] = client[key];