Skip to content

Commit

Permalink
remove unnecesary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrek-janus committed Jul 17, 2024
1 parent 86f80a3 commit 5b30eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/cac/storage/tenant_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ func (t *TenantStorage) Read(ctx context.Context, opts ...api.SourceOpt) (models
return nil, err
}

if err = readFilesToMap(tenant, "themes", filepath.Join(path, "themes")); err != nil {
return nil, err
}

if themeDirs, err = listDirsInPath(filepath.Join(path, "themes")); err != nil {
return nil, err
}
Expand Down

0 comments on commit 5b30eee

Please sign in to comment.