Skip to content

Commit

Permalink
Merge pull request #304 from Build-Squad/main
Browse files Browse the repository at this point in the history
Main -> Release
  • Loading branch information
Parikshit85 authored Apr 5, 2024
2 parents 2a5c928 + 0edefc9 commit d773fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/marketplace/marketplace/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def createUser(userData, access_token, role, refresh_token, referral_code):

newUser.save()
if userData.get("entities") is not None:
if userData.entities.get("description") is not None:
if userData.entities.get("description") is not None and userData.entities["description"].get("hashtags") is not None:
hashtags = userData.entities["description"]["hashtags"]
manage_categories(hashtags, newUser)
else:
Expand Down

0 comments on commit d773fbb

Please sign in to comment.