Skip to content

Commit

Permalink
Including authoring category for track maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Sep 4, 2024
1 parent 2933e5c commit c2afe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commands/track/retrieve_maintainers_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def track_contributors
includes(user: :data).
joins(:track).
where('tracks.slug': track_slug).
where(category: %i[building maintaining]).
where(category: %i[authoring building maintaining]).
where('user_reputation_tokens.created_at > ?', rep_cutoff_date).
group(:user).
sum(:value).
Expand Down

0 comments on commit c2afe01

Please sign in to comment.