Skip to content

Commit

Permalink
🎨 Adapt to new trinode package
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Feb 16, 2025
1 parent f1de228 commit 90121e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/handlers/generic-command/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"strings"

"github.com/go-go-golems/clay/pkg/repositories"
"github.com/go-go-golems/clay/pkg/repositories/trie"
"github.com/go-go-golems/glazed/pkg/cmds"
"github.com/go-go-golems/glazed/pkg/cmds/middlewares"
"github.com/go-go-golems/parka/pkg/glazed/handlers/datatables"
Expand Down Expand Up @@ -301,7 +302,7 @@ func (gch *GenericCommandHandler) ServeRepository(server *parka.Server, basePath
return err
}

var nodes []*repositories.RenderNode
var nodes []*trie.RenderNode

if renderNode.Command != nil {
nodes = append(nodes, renderNode)
Expand Down

0 comments on commit 90121e0

Please sign in to comment.