mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-22 20:44:06 +01:00
Fix #126
This commit is contained in:
@@ -58,7 +58,7 @@ pub async fn item(req: Request<()>) -> tide::Result {
|
||||
})
|
||||
}
|
||||
// If the Reddit API returns an error, exit and send error page to user
|
||||
Err(msg) => error(msg).await,
|
||||
Err(msg) => error(req, msg).await,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user