Update src/services/inventoryService.ts
Some checks failed
Build / build (pull_request) Failing after 55s

This commit is contained in:
azdful 2025-07-23 09:29:41 -07:00
parent 27f99ae7fe
commit 15f3a499bf

View File

@ -2282,4 +2282,4 @@ export const giveNemesisPetRecipe = (
export const getEffectiveAvatarImageType = (inventory: TInventoryDatabaseDocument): string => {
return inventory.ActiveAvatarImageType ?? "/Lotus/Types/StoreItems/AvatarImages/AvatarImageDefault";
};
};