ui: Prepare publication

This commit is contained in:
nemunaire 2024-03-29 15:46:13 +01:00
parent 5ece912ec9
commit b5065df4c3
3 changed files with 8 additions and 2 deletions

View file

@ -31,6 +31,9 @@ func declareExportRoutes(router *gin.RouterGroup) {
c.AbortWithStatusJSON(http.StatusInternalServerError, gin.H{"errmsg": err.Error()})
return
}
s.End = nil
s.NextChangeTime = nil
s.DelegatedQA = []string{}
teams, err := fic.ExportTeams(false)
if err != nil {