local-kak-snippets/snippets/elixir/hp

5 lines
85 B
Plaintext
Raw Permalink Normal View History

2020-07-28 00:12:58 -04:00
def handle_params("{param}", {map}, socket) do
{body}
{:noreply, socket}
end