Skip to content

Commit

Permalink
fix: removed obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Feb 17, 2024
1 parent a2b1b88 commit ed149e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/tui/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func (m *ChannelModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
if m.channelPolicyForm.State == huh.StateCompleted {
// Update channel policy
m.state = ChannelStateNone
// TODO: Implement channel policy update
m.updateChannelPolicy()
}
}
Expand Down

0 comments on commit ed149e5

Please sign in to comment.