Skip to content

Commit

Permalink
chore: Amarildo's services on influencer's card bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit85 committed Apr 22, 2024
1 parent fed409c commit 1ca8f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/marketplace/accounts/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_user_id(self, twitter_account):

def get_service_types(self, twitter_account):
services = Service.objects.filter(
package__influencer__twitter_account=twitter_account
package__influencer__twitter_account=twitter_account, deleted_at=None
)

# Extract service types and prices
Expand Down

0 comments on commit 1ca8f13

Please sign in to comment.