Commit 7fef4c3 1 parent 91e5d7e commit 7fef4c3 Copy full SHA for 7fef4c3
File tree 4 files changed +3
-13
lines changed
4 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/TUM-Dev/Campus-Backend/client
3
3
go 1.21
4
4
5
5
require (
6
- github.com/TUM-Dev/Campus-Backend/server v0.0.0-20230921201035-301a0c7bab98
6
+ github.com/TUM-Dev/Campus-Backend/server v0.0.0-20230922013215-91e5d7e9f078
7
7
github.com/sirupsen/logrus v1.9.3
8
8
google.golang.org/grpc v1.58.1
9
9
)
Original file line number Diff line number Diff line change 1
- github.com/TUM-Dev/Campus-Backend/server v0.0.0-20230921201035-301a0c7bab98 h1:cifzCP3eUZgN+iqfhfGPTL1JFz4g/qjBNpwhcjlKOWk =
2
- github.com/TUM-Dev/Campus-Backend/server v0.0.0-20230921201035-301a0c7bab98 /go.mod h1:fjoLL3rbdY6wTRJIksekT2p3OUp5ocFfXjB/avV/TVI =
1
+ github.com/TUM-Dev/Campus-Backend/server v0.0.0-20230922013215-91e5d7e9f078 h1:c+OiShZ5m9FXg6bjjjFkVs3g3mxNjvUqegf5TKdZxLU =
2
+ github.com/TUM-Dev/Campus-Backend/server v0.0.0-20230922013215-91e5d7e9f078 /go.mod h1:FIIdW5aglREN0ULXZXDQtvuBdbTMa/fCrKSTS8FYP7k =
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ const (
34
34
MovieType = "movie"
35
35
36
36
/* MensaType = "mensa"
37
- RoomfinderType = "roomfinder"
38
37
AlarmType = "alarm" */
39
38
)
40
39
@@ -117,8 +116,6 @@ func (c *CronService) Run() error {
117
116
g.Go(func() error { return c.mensaCron() })
118
117
case KinoType:
119
118
g.Go(func() error { return c.kinoCron() })
120
- case RoomfinderType:
121
- g.Go(func() error { return c.roomFinderCron() })
122
119
case AlarmType:
123
120
g.Go(func() error { return c.alarmCron() })
124
121
*/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments