1
0

fmt + clippy

This commit is contained in:
Jai A
2023-04-05 12:02:47 -07:00
parent aa84f21fde
commit bf5a25a96f
2 changed files with 2 additions and 8 deletions

View File

@@ -189,11 +189,7 @@ pub async fn upload_file_to_bucket(
}
pub fn format_url(path: &str) -> String {
format!(
"{}/{}",
&*dotenvy::var("BASE_URL").unwrap(),
path
)
format!("{}/{}", &*dotenvy::var("BASE_URL").unwrap(), path)
}
pub async fn download_file(