Fix return value for a new socket message

This commit is contained in:
Andrew Dryga
2023-08-11 01:45:42 -05:00
parent 37fc1b549d
commit bbff335233

View File

@@ -45,6 +45,8 @@ defmodule API.Gateway.Channel do
resource: Views.Resource.render(resource),
expires_at: DateTime.to_unix(authorization_expires_at, :second)
})
{:noreply, socket}
end
def handle_info({:request_connection, {channel_pid, socket_ref}, attrs}, socket) do