Skip to content

Commit

Permalink
chore: remove redundant TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
TypicalAM committed Aug 20, 2023
1 parent e0d1b1d commit 61821d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/backend/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func EditItem(sender tab.Tab, fields []string) tea.Cmd {
}

// DeleteItemMsg contains info the browser needs to know to delete an item.
// TODO: How do we use the key????
type DeleteItemMsg struct {
Sender tab.Tab
ItemName string
Expand Down

0 comments on commit 61821d8

Please sign in to comment.