Browse Source

fix delete

master
alireza 1 year ago
parent
commit
75de48d647
  1. 2
      apps/transaction/views.py

2
apps/transaction/views.py

@ -120,4 +120,4 @@ class SoftDeleteTransactionParticipantView(APIView):
)
except TransactionParticipant.DoesNotExist:
return AppAPIException({'message': "Transaction participant not found"})
raise AppAPIException({'message': "Transaction participant not found"})
Loading…
Cancel
Save