forked from realaravinth/libmedium
fix gist link to github
This commit is contained in:
parent
9bf500f764
commit
59d0dd3a84
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ impl Data {
|
|||
});
|
||||
let gist = GistContent {
|
||||
files,
|
||||
html_url: resp.get("html_url").unwrap().to_string(),
|
||||
html_url: resp.get("html_url").unwrap().as_str().unwrap().to_owned(),
|
||||
};
|
||||
|
||||
self.gists
|
||||
|
|
Loading…
Reference in a new issue