Skip to content
Snippets Groups Projects
Verified Commit 4e441de2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve data format for coach sequence

parent 1095481e
Branches
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ func main() { ...@@ -168,7 +168,7 @@ func main() {
return return
} }
if err = returnJson(w, coachSequence); err != nil { if err = returnJson(w, coachSequence.Data.ActualFormation); err != nil {
glog.Warning(err) glog.Warning(err)
return return
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment