Skip to content

Commit

Permalink
Update PutUpdates.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebibek committed Nov 1, 2023
1 parent 1284d15 commit 7db4c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webserver/PutUpdates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end
function serialize_message(message::UpdateMessage, recipient::ClientSession)
sprint(serialize_message_to_stream, message, recipient)
io = IOBuffer()
serialize_message_to_stream(io, message)
serialize_message_to_stream(io, message, recipient)
take!(io)
end

Expand Down

0 comments on commit 7db4c9e

Please sign in to comment.