Various bug fixes (#105)

This commit is contained in:
Thomas Miceli
2023-09-22 17:31:19 +02:00
committed by GitHub
parent a5ea522e45
commit 9dff67f003
2 changed files with 3 additions and 2 deletions

View File

@ -377,7 +377,6 @@ func (gist *Gist) UpdatePreviewAndCount() error {
gist.Preview = file.Content
}
gist.Preview = file.Content
gist.PreviewFilename = file.Filename
}