🐛 Fix sticker still load image

This commit is contained in:
2025-08-09 22:59:40 +08:00
parent 1c52b4d661
commit c3f5ed881f

View File

@@ -282,7 +282,6 @@ public class StickerController(AppDatabase db, StickerService st, FileService.Fi
return permissionCheck;
var sticker = await db.Stickers
.Include(s => s.Image)
.Include(s => s.Pack)
.ThenInclude(p => p.Publisher)
.FirstOrDefaultAsync(e => e.Id == id && e.Pack.Id == packId);