Skip to content

Commit 41379b0

Browse files
author
Evan Tetzlaff
committed
march hare doesnt like string keys for options on a message publish
1 parent 367a894 commit 41379b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/active_publisher/message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def from_json(payload)
1010
parsed["route"],
1111
Base64.decode64(parsed["payload"]),
1212
parsed["exchange_name"],
13-
parsed["options"],
13+
parsed["options"].symbolize_keys,
1414
)
1515
end
1616
end

0 commit comments

Comments
 (0)