Fix CSV errors for rendering (#514)

This commit is contained in:
Thomas Miceli
2025-09-29 19:02:33 +02:00
committed by GitHub
parent 92c5569538
commit 5ef5518795
7 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ type HighlightedFile struct {
HTML string `json:"-"`
}
func (r HighlightedFile) getFile() *git.File {
return r.File
func (r HighlightedFile) InternalType() string {
return "HighlightedFile"
}
type RenderedGist struct {