Skip to content

Commit

Permalink
Merge branch 'develop' into 'main'
Browse files Browse the repository at this point in the history
Develop

See merge request locker/api-core!440
  • Loading branch information
phuongntt-cystack committed May 9, 2024
2 parents aa58bd9 + 1602510 commit 5377fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locker_server/api/v1_0/user_rewards/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def claim_promo_code(self, request, *args, **kwargs):
self.user_reward_mission_service.delete_promo_code_by_id(
promo_code_id=new_promo_code.promo_code_id
)
raise ValidationError({"non_field_errors": [gen_error("0008")]})
raise ValidationError({"non_field_errors": [gen_error("0008")]})

return Response(status=status.HTTP_200_OK, data={
"id": new_promo_code.promo_code_id,
Expand Down

0 comments on commit 5377fe2

Please sign in to comment.