diff --git a/src/services/guildService.ts b/src/services/guildService.ts index 1d5dda152..76a6dae26 100644 --- a/src/services/guildService.ts +++ b/src/services/guildService.ts @@ -293,7 +293,7 @@ export const updateInventoryForConfirmedGuildJoin = async ( accountId: string, guildId: Types.ObjectId ): Promise => { - const inventory = await getInventory(accountId); + const inventory = await getInventory(accountId, "GuildId Recipes"); // Set GuildId inventory.GuildId = guildId;