This commit is contained in:
rxdn 2021-07-24 14:50:09 +01:00
parent a382edd972
commit fe5ebd99e6
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ func UpdatePanel(ctx *gin.Context) {
}
var data panelBody
if err := ctx.BindJSON(&data); err != nil {
ctx.AbortWithStatusJSON(400, utils.ErrorJson(err))
return

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/TicketsBot/archiverclient v0.0.0-20210220155137-a562b2f1bbbb
github.com/TicketsBot/common v0.0.0-20210604175952-03cfa14c16e1
github.com/TicketsBot/database v0.0.0-20210710160944-ec55cdb1c460
github.com/TicketsBot/database v0.0.0-20210724134842-d5a99b5a6f18
github.com/TicketsBot/worker v0.0.0-20210707141121-23386b31d584
github.com/apex/log v1.1.2
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect