Skip to content

Commit

Permalink
Merge pull request #569 from UnitapApp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
PooyaFekri authored Jul 29, 2024
2 parents c7ac124 + a992ffb commit f31cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenTap/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class GetTokenDistributionConstraintsView(APIView):
def get(self, request, td_id):
user_profile = request.user.profile
td = get_object_or_404(TokenDistribution, pk=td_id)
td_data = request.query_params.get("td_data")
td_data = request.query_params.get("td_data", dict())

reversed_constraints = td.reversed_constraints_list
response_constraints = []
Expand Down

0 comments on commit f31cbbd

Please sign in to comment.