0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Fixed typo

This commit is contained in:
Chomp 2025-01-13 15:19:42 +00:00
parent dea7b0b2fe
commit 530eb26e32

View File

@ -1162,7 +1162,7 @@ export class InventoryHelper {
return isParentInStash(itemToCheck._id);
}
public validateInventoryUsesMonogoIds(itemsToValidate: IItem[]) {
public validateInventoryUsesMongoIds(itemsToValidate: IItem[]) {
for (const item of itemsToValidate) {
if (!this.hashUtil.isValidMongoId(item._id)) {
throw new Error(