Skip to content
Snippets Groups Projects
Commit 9351cacb authored by italo's avatar italo
Browse files

Fix error: rapTemplate is not defined

parent 4743651a
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ module.exports = class MessageMapping
@mappedMessage = JSON.stringify(@mappedObject)
Logger.info "MessageMapping: Mapped message:", @mappedMessage
rapTemplate(messageObj) ->
rapTemplate: (messageObj) ->
@mappedObject.data = {
"type": "event",
"id": @mapInternalMessage(messageObj.header.name),
......
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