XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore: remove usage of markModified (#2403)

Only this one remained, but not needed because it's schema'd. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2403 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

2b23db14
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified src/controllers/api/artifactsController.ts +0 -1
@@ -24,7 +24,6 @@ export const artifactsController: RequestHandler = async (req, res) => {
24 24
25 25 if (itemIndex !== -1) {
26 26 Upgrades[itemIndex].UpgradeFingerprint = stringifiedUpgradeFingerprint;
27 inventory.markModified(`Upgrades.${itemIndex}.UpgradeFingerprint`);
28 27 } else {
29 28 itemIndex =
30 29 Upgrades.push({