Skip to content

Commit

Permalink
rates removal
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaetani committed Apr 11, 2024
1 parent eed7933 commit 7e64f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/views/service_settings/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def service_set_channel(service_id, channel):
f"views/service-settings/set-{channel}.html",
form=form,
sms_rate=CURRENT_SMS_RATE,
letter_rates=LetterRates().rates,
# letter_rates=LetterRates().rates,
)


Expand Down

0 comments on commit 7e64f26

Please sign in to comment.