Skip to content

Commit

Permalink
[sync-api] fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Nov 17, 2023
1 parent d8a41cc commit a1db42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda/cmd/syncapi/syncapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func dataset(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusOK)
}

// parsemessage parses the JSON blob and sends the relevant messages
// parseDatasetMessage parses the JSON blob and sends the relevant messages
func parseDatasetMessage(msg []byte) error {
log.Debugf("incoming blob %s", msg)
blob := syncDataset{}
Expand Down

0 comments on commit a1db42b

Please sign in to comment.