Update crates and optimize parameters

This commit is contained in:
spikecodes 2021-11-14 18:51:36 -08:00
parent 0f7ba3c61d
commit 34ea679519
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
6 changed files with 27 additions and 27 deletions

View file

@ -64,7 +64,7 @@ pub async fn item(req: Request<Body>) -> Result<Response<Body>, String> {
sort,
prefs: Preferences::new(req),
single_thread,
url: url,
url,
})
}
// If the Reddit API returns an error, exit and send error page to user