Skip to content

Commit 32677e7

Browse files
committed
updated linting
1 parent fdd9494 commit 32677e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routes/static.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ func (t *TemplateRenderer) loadTemplates() error {
101101
return err
102102
}
103103
} else {
104-
staticFileServer = http.FileServer(http.FS(templateRenderer.staticAssets))
105-
106104
tempfiles, err = t.GetEmbededTemplates()
107105
if err != nil {
108106
return err

0 commit comments

Comments
 (0)