Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 29, 2024
1 parent b7362d1 commit 2303429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ func (h *Handler) collect(w http.ResponseWriter, r *http.Request) {
return
}

// un,arshal client data from JSON into the server data structure
// unmarshal client data from JSON into the server data structure
err = json.Unmarshal(data, &session.serverSchema.Client)
if err != nil {
h.Logger.Warnf("collect: json.Unmarshal: %s", err.Error())
Expand Down

0 comments on commit 2303429

Please sign in to comment.