diff --git a/DysonNetwork.Sphere/Sticker/StickerController.cs b/DysonNetwork.Sphere/Sticker/StickerController.cs index 11e1970..40e77f5 100644 --- a/DysonNetwork.Sphere/Sticker/StickerController.cs +++ b/DysonNetwork.Sphere/Sticker/StickerController.cs @@ -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);