diff --git a/src/services/inventoryService.ts b/src/services/inventoryService.ts index 188ca4f1..681ed578 100644 --- a/src/services/inventoryService.ts +++ b/src/services/inventoryService.ts @@ -2282,4 +2282,4 @@ export const giveNemesisPetRecipe = ( export const getEffectiveAvatarImageType = (inventory: TInventoryDatabaseDocument): string => { return inventory.ActiveAvatarImageType ?? "/Lotus/Types/StoreItems/AvatarImages/AvatarImageDefault"; -}; \ No newline at end of file +};