Skip to content

Commit

Permalink
Added comment about the number being a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
DanJezeph15 committed Aug 22, 2023
1 parent 8ed73c4 commit 19107ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Settings(BaseSettings):
# Have to use a US number as the originator to send to the US
# https://support.messagebird.com/hc/en-us/articles/208747865-United-States
us_send_number = '15744445663'
tutorcruncher_number = '12048170659'
tutorcruncher_number = '12048170659' # TODO placeholder for now

@validator('pg_dsn')
def heroku_ready_pg_dsn(cls, v):
Expand Down

0 comments on commit 19107ff

Please sign in to comment.