Persist ExpiresAt when editing a Meow

This commit is contained in:
2026-08-22 21:47:10 +10:00
parent 30b52ce80e
commit 15d761519c
+1
View File
@@ -73,6 +73,7 @@ public class SlidesController : Controller
existing.BackgroundColor = slide.BackgroundColor;
existing.BackgroundImage = slide.BackgroundImage;
existing.BackgroundSize = slide.BackgroundSize;
existing.ExpiresAt = slide.ExpiresAt;
existing.UpdatedAt = DateTime.UtcNow;
await _db.SaveChangesAsync();