Skip to content

Commit

Permalink
Merge pull request #1956 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 15, 2024
2 parents e17519a + f0152d3 commit bc0b480
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/launchpad/launchpad_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def get(self, request):
user_ids = set()
list_of_dicts = []
for row in results:
if len(list_of_dicts) == 30:
break
if row[0] not in user_ids:
user_ids.add(row[0])
list_of_dicts.append(dict(zip(column_names, row)))
Expand Down

0 comments on commit bc0b480

Please sign in to comment.