[server] Remove null resp

This commit is contained in:
Neeraj Gupta 2025-02-20 14:27:18 +05:30
parent 09d390bd38
commit b44f844513

View File

@ -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