feat:#65 adjusted missing changes backend migration

This commit is contained in:
Elmar Kresse
2025-04-20 15:46:43 +02:00
parent 07f9589ea4
commit 42f5856870
24 changed files with 1348 additions and 3673 deletions

View File

@@ -41,7 +41,7 @@ func AddFeedRoutes(app model.AppType) {
results, eTag, err := ical.Feed(app, token, userAgent)
if errors.Is(err, ical.FeedDeletedError) {
if errors.Is(err, ical.ErrFeedDeleted) {
return c.SendStatus(fiber.StatusGone)
}