From 5e0dde155b8bc64d0087c962a962f5eaef8471fc Mon Sep 17 00:00:00 2001 From: Adrian Gruntkowski Date: Tue, 3 Sep 2024 11:58:48 +0200 Subject: [PATCH] Make credo happy --- lib/plausible_web/plugs/last_seen_plug.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/plausible_web/plugs/last_seen_plug.ex b/lib/plausible_web/plugs/last_seen_plug.ex index 5a935d62f..556f02189 100644 --- a/lib/plausible_web/plugs/last_seen_plug.ex +++ b/lib/plausible_web/plugs/last_seen_plug.ex @@ -1,4 +1,6 @@ defmodule PlausibleWeb.LastSeenPlug do + @moduledoc false + import Plug.Conn use Plausible.Repo