Skip to content

Commit

Permalink
Merge pull request #19 from smswithoutborders/staging
Browse files Browse the repository at this point in the history
Fix: Remove temporary patch for auth code handling.
  • Loading branch information
PromiseFru authored Nov 14, 2024
2 parents a610ab3 + fff8bc9 commit 4edef29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bridge_grpc_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,8 @@ def decrypt_message(phone_number, encrypted_content):
ownership_proof_response=decoded_result["auth_code"]
)

# This is a patch
# TODO: Remove this comment and formalize this method, we need to release app
"""
if create_error:
return create_error
"""

if "content_ciphertext" not in decoded_result:
return response(
Expand Down

0 comments on commit 4edef29

Please sign in to comment.