From 2e011fd0d724a7518f03ff81d71b846928a0fad8 Mon Sep 17 00:00:00 2001 From: Fly Dev Date: Mon, 23 Jun 2025 14:41:41 +0000 Subject: [PATCH] fix missing end in parse_sender_and_path function --- lib/parser.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/parser.ex b/lib/parser.ex index f197733..d502a18 100644 --- a/lib/parser.ex +++ b/lib/parser.ex @@ -1177,6 +1177,7 @@ defmodule Parser do {:error, reason} -> {:error, "Invalid callsign: #{reason}"} end + end defp extract_ssid(nil), do: nil