Skip to content
Snippets Groups Projects
Commit 8fc180ff authored by thijsheijden's avatar thijsheijden
Browse files

Fixed pointer typo in publishmessage

parent 1d0f3385
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ func (s *Service) PublishMessage(data *[]byte, sessionID *string) {
}
headers := amqp.Table{}
headers["sessionID"] = sessionID
headers["sessionID"] = *sessionID
headers["type"] = "queryResult"
s.producerDriver.PublishMessage(data, &clientQueueID, &headers)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment