Update rust (#14)
catapult PR / Rustfmt (pull_request) Successful in 49s
catapult PR / Clippy (pull_request) Successful in 1m35s
catapult PR / Check (pull_request) Successful in 2m1s

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-07-06 22:53:39 -04:00
parent 8fc4bb7626
commit 71ba4a9c56
6 changed files with 29 additions and 110 deletions
-2
View File
@@ -12,8 +12,6 @@ pub struct App {
pub twilio_config: textsender_models::config::auxiliary::TwilioConfig,
}
// TODO: Change this to non-async at some point.
// Will require changes in other libraries
pub fn load_app() -> Result<App, std::io::Error> {
use textsender_models::envy;
let auth_url_env = envy::environment::get_env("AUTH_URL");