Skip to content

Commit 8c1908c

Browse files
Merge pull request #284 from permaweb/fix/normalize-output
fix: updated dev_push to normalize output to support both luerl and wasm
2 parents 578826e + dee5276 commit 8c1908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev_push.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ do_push(Process, Assignment, Opts) ->
132132
<<"message">> => Msg
133133
}
134134
end,
135-
Outbox
135+
hb_ao:normalize_keys(Outbox)
136136
),
137137
{ok, maps:merge(Downstream, AdditionalRes#{
138138
<<"slot">> => Slot,

0 commit comments

Comments
 (0)