Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into conf-ups-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Dec 25, 2023
2 parents 09ac43c + abf20c6 commit afb5a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/home/clientshttp.go
Expand Up @@ -378,6 +378,8 @@ func (clients *clientsContainer) handleUpdateClient(w http.ResponseWriter, r *ht

if !ok {
aghhttp.Error(r, w, http.StatusBadRequest, "client not found")

return
}

c, err := clients.jsonToClient(dj.Data, prev)
Expand Down

0 comments on commit afb5a0d

Please sign in to comment.