chore: remove usage of markModified
All checks were successful
Build / build (pull_request) Successful in 1m0s
All checks were successful
Build / build (pull_request) Successful in 1m0s
Only this one remained, but not needed because it's schema'd.
This commit is contained in:
parent
46d37d3688
commit
5caf2a4178
@ -24,7 +24,6 @@ export const artifactsController: RequestHandler = async (req, res) => {
|
|||||||
|
|
||||||
if (itemIndex !== -1) {
|
if (itemIndex !== -1) {
|
||||||
Upgrades[itemIndex].UpgradeFingerprint = stringifiedUpgradeFingerprint;
|
Upgrades[itemIndex].UpgradeFingerprint = stringifiedUpgradeFingerprint;
|
||||||
inventory.markModified(`Upgrades.${itemIndex}.UpgradeFingerprint`);
|
|
||||||
} else {
|
} else {
|
||||||
itemIndex =
|
itemIndex =
|
||||||
Upgrades.push({
|
Upgrades.push({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user