Skip to content

Commit

Permalink
Fix: Remove temporary patch for auth code handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Nov 14, 2024
1 parent 55cafdd commit 30a7024
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 30a7024

Please sign in to comment.