fix lint
All checks were successful
Build / build (20) (push) Successful in 45s
Build / build (22) (push) Successful in 1m1s
Build / build (18) (push) Successful in 1m13s
Build / build (18) (pull_request) Successful in 43s
Build / build (20) (pull_request) Successful in 59s
Build / build (22) (pull_request) Successful in 1m8s

This commit is contained in:
Sainan 2025-03-09 18:40:54 +01:00
parent ed59ee242e
commit e5773c8c34

View File

@ -95,7 +95,7 @@ export const addMissionInventoryUpdates = async (
inventory.RegularCredits += value; inventory.RegularCredits += value;
break; break;
case "QuestKeys": case "QuestKeys":
updateQuestKey(inventory, value); await updateQuestKey(inventory, value);
break; break;
case "AffiliationChanges": case "AffiliationChanges":
updateSyndicate(inventory, value); updateSyndicate(inventory, value);