Remove warning

This commit is contained in:
Uku Taht 2021-01-05 15:17:50 +02:00
parent 4ba5fb5ead
commit 4715c88308

View File

@ -59,7 +59,7 @@ defmodule PlausibleWeb.Api.ExternalController do
if user_agent do if user_agent do
Cachex.fetch!(:user_agents, user_agent, fn ua -> Cachex.fetch!(:user_agents, user_agent, fn ua ->
{:commit, UAInspector.parse(user_agent)} {:commit, UAInspector.parse(ua)}
end) end)
end end
end end