Skip to content

Commit

Permalink
fixed #170
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Feb 14, 2025
1 parent 99fa3e9 commit 1f80532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/build_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func buildTreeNode(root *tview.TreeNode, object any) *tview.TreeNode {

case reflect.TypeOf(&whatChangedModel.ResponseChanges{}):
node := CreateNode("Response", object)
DigIntoObject[whatChangedModel.ExtensionChanges](root, node, field)
DigIntoObject[whatChangedModel.ResponseChanges](root, node, field)

case reflect.TypeOf(&whatChangedModel.SchemaChanges{}):
node := CreateNode("Schema", object)
Expand Down

0 comments on commit 1f80532

Please sign in to comment.