Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 55s
All checks were successful
Build / build (pull_request) Successful in 55s
This commit is contained in:
parent
f0f492dd72
commit
c570593fe2
@ -1505,7 +1505,7 @@ export const addMissionRewards = async (
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
logger.warning(
|
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 });
|
logger.warning(`currentJob`, { currentJob: currentJob });
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user