Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 55s

This commit is contained in:
AMelonInsideLemon 2025-08-29 22:05:56 +02:00
parent f0f492dd72
commit c570593fe2

View File

@ -1505,7 +1505,7 @@ export const addMissionRewards = async (
);
} else {
logger.warning(
`${jobType} tried to give ${medallionAmount} medallions for ${rewardInfo.JobStage} (jobTier ${rewardInfo.JobTier})`
`${jobType} tried to give ${medallionAmount} medallions for the ${rewardInfo.JobStage} stage of the ${rewardInfo.JobTier} tier bounty`
);
logger.warning(`currentJob`, { currentJob: currentJob });
}