Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 22, 2023
1 parent 6a60c3f commit 000cd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/feedback.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func convertReqToFeedback(req *pb.SendFeedbackRequest) (*model.Feedback, error)
func receiverFromTopic(topic pb.SendFeedbackRequest_FeedbackTopic) string {
switch topic {
case pb.SendFeedbackRequest_TUM_DEV:
return "sad@tum.de"
return "app@tum.de"
default:
return "[email protected]"
}
Expand Down

0 comments on commit 000cd5f

Please sign in to comment.