fix: typo

This commit is contained in:
MedzikUser 2022-05-29 11:12:23 +02:00
parent 5d3f5ed27b
commit 9538ca5be8
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ pub async fn upload_image(client: ImgurClient, path: String) {
.body(&format!("Error: {}", err))
.appname("Imgurs")); // I don't think you can set it to error
panic!("send request to imagur api: {}", err)
panic!("send request to imgur api: {}", err)
});
// change domain to proxy (to be set in config)