fix(controller): response of AdminBatchDeleteShare (#3350)

pull/3370/head
scholar7r 4 months ago committed by GitHub
parent 50017060f1
commit 7a430058b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -586,6 +586,7 @@ func AdminBatchDeleteShare(c *gin.Context) {
c.JSON(200, serializer.Err(c, err))
return
}
c.JSON(200, serializer.Response{})
}
func AdminCalibrateStorage(c *gin.Context) {

Loading…
Cancel
Save