mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-13 15:13:51 +02:00
feat:#65 adjusted missing changes backend migration
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user