Skip to content

Commit

Permalink
fix typo: Follower -> Follow #227
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 3, 2025
1 parent 31939aa commit 5b1f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/org.ex
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ defmodule App.Org do
|> Enum.each(fn org ->
get_org_from_api(org)
App.Orgmember.get_users_for_org(org)
App.Follower.get_followers_from_api(org.login, true)
App.Follow.get_followers_from_api(org.login, true)
end)
end
end

0 comments on commit 5b1f18e

Please sign in to comment.