fix compile error

This commit is contained in:
Graham McIntire 2025-07-14 12:44:14 -05:00
parent 389ce8edeb
commit 342de6a461
No known key found for this signature in database

View file

@ -201,7 +201,5 @@ defmodule Aprsme.Workers.PacketCleanupWorker do
)
end
defp packets_module do
Application.get_env(:aprsme, :packets_module, Aprsme.Packets)
end
end