Merge pull request #65 from raysuffern/fix/misspell

fix: misspell in the code
This commit is contained in:
singchia
2024-05-31 23:05:47 +08:00
committed by GitHub

View File

@@ -204,7 +204,7 @@ func (ex *exchange) forwardMessageToService(end geminio.End) {
continue
}
topic := msg.Topic()
// TODO seperate async and sync produce
// TODO separate async and sync produce
err = ex.MQM.Produce(topic, msg.Data(),
apis.WithOrigin(msg),
apis.WithEdgeID(edgeID),