diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-12-01 00:52:33 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-12-01 00:52:33 +0100 |
commit | 29e9fd3136f2e2fe301cbe07967fb3bb4ffcee2a (patch) | |
tree | cf5248dc0c3efd21845062d4885ed0dd0890d9cb /pkg/service/filesystem.go | |
parent | 417041797674319485bea96cb38489670ff3b2ef (diff) | |
download | lens-master.tar.gz lens-master.tar.bz2 lens-master.zip |
This is done until go1.21 hits alpine repository.
Diffstat (limited to 'pkg/service/filesystem.go')
-rw-r--r-- | pkg/service/filesystem.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/service/filesystem.go b/pkg/service/filesystem.go index 1364fd8..34eda61 100644 --- a/pkg/service/filesystem.go +++ b/pkg/service/filesystem.go @@ -104,7 +104,6 @@ func (f *FileSystemController) IsFile(ctx context.Context, fullPath string) (boo } func (f *FileSystemController) GetPage(ctx context.Context, filename string, fullPath string) (*Page, error) { - files, err := f.fsRepository.List(fullPath) if err != nil { return nil, err |