mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 19:42:26 +01:00
test:#324 change eventService and fetch routine
This commit is contained in:
@@ -41,6 +41,6 @@ func main() {
|
||||
service.AddSchedules(app)
|
||||
|
||||
if err := app.Start(); err != nil {
|
||||
slog.Error("Failed to start app: %v", err)
|
||||
slog.Error("Failed to start app: ", "error", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user