fix missing end in parse_sender_and_path function

This commit is contained in:
Fly Dev 2025-06-23 14:41:41 +00:00
parent cb1838d4a9
commit 2e011fd0d7

View file

@ -1177,6 +1177,7 @@ defmodule Parser do
{:error, reason} ->
{:error, "Invalid callsign: #{reason}"}
end
end
defp extract_ssid(nil), do: nil