Skip to content

Commit

Permalink
Merge pull request #1972 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Merge dev to dev-server
  • Loading branch information
jelanmathewjames authored May 29, 2024
2 parents 935854b + 39c72e6 commit 87690cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/launchpad/launchpad_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get(self, request):
)
.annotate(
karma=Sum("karma_activity_log_user__karma"),
org=F("userorganizationlink_user__title"),
org=F("user_organization_link_user__title"),
district=F("district__name"),
state=F("district__zone__state__name"),
time_=Max("karma_activity_log_user__created_at"),
Expand Down

0 comments on commit 87690cf

Please sign in to comment.