Skip to content

Commit

Permalink
PAN-2339: Adding ok response
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekv committed Nov 26, 2024
1 parent dce4ca8 commit 0eb8e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pantos/servicenode/restapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def get(self, task_id: str) -> flask.Response:
'transaction_id': '' if find_transfer_response.transaction_id
is None else find_transfer_response.transaction_id
})
return response
return ok_response(response)


class _Bids(flask_restful.Resource):
Expand Down

0 comments on commit 0eb8e6d

Please sign in to comment.