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:
parent
dea7b0b2fe
commit
530eb26e32
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user