Fixed some problems
All checks were successful
Code Analysis and Production Deploy / analyze (push) Successful in 6m38s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 2m37s

This commit is contained in:
Torsten Schulz (local)
2026-06-12 11:42:22 +02:00
parent da1efa5a74
commit 44d441811c
3 changed files with 21 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ object HarheimerNotifications {
private fun destinationRoute(data: Map<String, String>): String = when (data["type"]) {
"news" -> Destinations.MemberNews.route
"event", "events_today", "events_tomorrow" -> Destinations.Termine.route
"event", "events_today", "events_tomorrow", "news_expiring" -> Destinations.Termine.route
"team_matches" -> Destinations.Spielplan.route
"birthdays" -> Destinations.MemberArea.route
"contact_request" -> Destinations.CmsContactRequests.route