Skip to content

Commit 9e3e24a

Browse files
committed
fix dialyzer
1 parent c0e5537 commit 9e3e24a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plausible_web/controllers/site/membership_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ defmodule PlausibleWeb.Site.MembershipController do
141141

142142
redirect_target =
143143
if user_id == conn.assigns[:current_user].id do
144-
Routes.stats_path(conn, :index, site.domain, [])
144+
Routes.stats_path(conn, :stats, site.domain, [])
145145
else
146146
Routes.site_path(conn, :settings_people, site.domain)
147147
end

0 commit comments

Comments
 (0)