ui: Prepare publication
This commit is contained in:
parent
5ece912ec9
commit
b5065df4c3
3 changed files with 8 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue