mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[server] Remove null resp
This commit is contained in:
parent
09d390bd38
commit
b44f844513
@ -133,7 +133,7 @@ func (h *FamilyHandler) ModifyStorageLimit(c *gin.Context) {
|
||||
handler.Error(c, stacktrace.Propagate(err, ""))
|
||||
return
|
||||
}
|
||||
c.JSON(http.StatusOK, nil)
|
||||
c.Status(http.StatusOK)
|
||||
}
|
||||
|
||||
// GetInviteInfo returns basic information about invitor/admin as long as the invite is valid
|
||||
|
Loading…
x
Reference in New Issue
Block a user