fix gist link to github

This commit is contained in:
Aravinth Manivannan 2021-11-05 20:39:22 +05:30
parent 9bf500f764
commit 59d0dd3a84
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -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