Skip to content

Commit

Permalink
Change matched count for identity_url
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Sep 9, 2024
1 parent c5ca3ad commit 41b712a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def edit_link
end

def users
User.where("identity_url LIKE ?", "%#{provider.slug}%").count.to_s
User.where("identity_url LIKE ?", "#{provider.slug}%").count.to_s
end

def creator
Expand Down

0 comments on commit 41b712a

Please sign in to comment.