Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Aug 27, 2024
1 parent f65b9ce commit 68bab1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/cgi/get_user_gene_carts.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def main():
result = { 'domain_carts':[], 'group_carts':[], 'public_carts':[],
'recent_carts':[], 'shared_carts':[], 'user_carts':[] }

# Track the cart IDs already stored so we don't duplicate
cart_ids_found = set()
if filter_cart_type == "null":
filter_cart_type = None

if include_members:
include_members = int(include_members)
Expand Down

0 comments on commit 68bab1f

Please sign in to comment.