mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-20 03:32:35 +01:00
Fix #126
This commit is contained in:
@@ -41,7 +41,7 @@ pub async fn profile(req: Request<()>) -> tide::Result {
|
||||
})
|
||||
}
|
||||
// If there is an error show error page
|
||||
Err(msg) => error(msg).await,
|
||||
Err(msg) => error(req, msg).await,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user