返回提交历史
Modified
src/services/guildService.ts
+1
-1
XFEstudio/XFESpaceNinjaServer
chore: use inventory projection in updateInventoryForConfirmedGuildJoin
69f544c8
代码差异
1 个文件
+1
-1
@@ -293,7 +293,7 @@ export const updateInventoryForConfirmedGuildJoin = async (
293
293
accountId: string,
294
294
guildId: Types.ObjectId
295
295
): Promise<void> => {
296
const inventory = await getInventory(accountId);
296
const inventory = await getInventory(accountId, "GuildId Recipes");
297
297
298
298
// Set GuildId
299
299
inventory.GuildId = guildId;