Skip to content

Commit b74f1c1

Browse files
committed
Adjust order
1 parent bd43ed4 commit b74f1c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plausible_web/controllers/api/external_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ defmodule PlausibleWeb.Api.ExternalController do
168168
defp is_bot?(%UAInspector.Result.Bot{}), do: true
169169

170170
defp is_bot?(%UAInspector.Result{client: %UAInspector.Result.Client{name: "Headless Chrome"}}) do
171-
Application.get_env(:plausible, :system_environment) not in ["staging", "rc"]
171+
Application.get_env(:plausible, :system_environment) not in ["rc", "staging"]
172172
end
173173

174174
defp is_bot?(_), do: false

0 commit comments

Comments
 (0)