Commit 67f23fac authored by M. Hamza's avatar M. Hamza
Browse files

fix typo in vis.go file in meep-vis

parent 43994d88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -849,7 +849,7 @@ func V2xMsgPublicationPOST(w http.ResponseWriter, r *http.Request) {
		callBackReferenceArray: make([]string, 0),
		subscriptionLinks:      make([]LinkType, 0),
	}
	// Retrieve subscription(s) from redis DB one by one and store in the mtsSessionInfoList array
	// Retrieve subscription(s) from redis DB one by one
	_ = rc.ForEachJSONEntry(subKey, compareMsgType, msgTypeAndStdOrg)
	// end response code
	w.WriteHeader(http.StatusNoContent)