From a1db42b21c27982b397aa20154d80794e399ab3b Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Wed, 15 Nov 2023 14:37:38 +0100 Subject: [PATCH] [sync-api] fix comment --- sda/cmd/syncapi/syncapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda/cmd/syncapi/syncapi.go b/sda/cmd/syncapi/syncapi.go index 58d69984a..3ceaead07 100644 --- a/sda/cmd/syncapi/syncapi.go +++ b/sda/cmd/syncapi/syncapi.go @@ -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{}