Skip to content

Commit

Permalink
fix prod
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLieb committed Sep 1, 2024
1 parent ef3ebf1 commit bd06c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmsClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def handle_beta_message(self, from_: str, text: str) -> str:
self.reroute_next_msg_users.remove(from_)
self.reroute_to_beta(from_)
return text
return text

def reroute_to_beta(self, from_: str):
if self.settings.environment == PROD_ENV:
Expand Down

0 comments on commit bd06c5c

Please sign in to comment.