Tags: harish-a/web
Tags
Merge pull request gitcoinco#3664 from thelostone-mc/homepage home: base setup
hides featured bounties pane if no featured bounties found
fix for DoesNotExist: User matching query does not exist., https://se… …ntry.gitcoin.co/gitcoin/gitcoin-prod-backend/issues/3211/?referrer=slack
Fix for ERROR 2019-01-17 16:16:12,854 send_tips_for_bounty_fulfiller 31563 140151191623424 unhashable type: 'list' Traceback (most recent call last): File "/home/ubuntu/gitcoin/coin/app/dashboard/management/commands/send_tips_for_bounty_fulfiller.py", line 68, in handle tip = assign_tip_to(tip, fulfillment.fulfiller_github_username) File "/home/ubuntu/gitcoin/coin/app/dashboard/management/commands/send_tips_for_bounty_fulfiller.py", line 39, in assign_tip_to tip.emails = get_emails_master(handle) File "/home/ubuntu/gitcoin/coin/app/git/utils.py", line 378, in get_emails_master return list(set([to_email for category, to_email in emails_by_category.items()])) TypeError: unhashable type: 'list'
PreviousNext