You've already forked pages
forked from didirus/AstralRinth
Add default bio value, to fix GitHub integration errors (#68)
* Change header name * Add default bio value * Remove default
This commit is contained in:
@@ -25,7 +25,7 @@ pub struct GitHubUser {
|
||||
pub avatar_url: String,
|
||||
pub name: String,
|
||||
pub email: Option<String>,
|
||||
pub bio: String,
|
||||
pub bio: Option<String>,
|
||||
}
|
||||
|
||||
pub async fn get_github_user_from_token(
|
||||
|
||||
Reference in New Issue
Block a user