mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Fix exception when heal item can't be found
This commit is contained in:
parent
97e4fa98ff
commit
0435b09810
@ -51,7 +51,7 @@ export class HealthController {
|
||||
if (!healingItemToUse) {
|
||||
const errorMessage = this.localisationService.getText(
|
||||
"health-healing_item_not_found",
|
||||
healingItemToUse._id,
|
||||
request.item,
|
||||
);
|
||||
this.logger.error(errorMessage);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user