返回提交历史
Modified
src/services/missionInventoryUpdateService.ts
+1
-1
XFEstudio/SpaceNinjaServer
chore: make this reference more future proof
05c0a91f
代码差异
1 个文件
+1
-1
@@ -290,7 +290,7 @@ export const addMissionRewards = async (
290
290
291
291
if (
292
292
missions &&
293
missions.Tag != "" // #1013
293
missions.Tag != "" // https://onlyg.it/OpenWF/SpaceNinjaServer/issues/1013
294
294
) {
295
295
const node = getNode(missions.Tag);
296
296