Skip to content

Commit

Permalink
revert: "added timeout option to choose and other patches (maybe) (#618
Browse files Browse the repository at this point in the history
…)"

This reverts commit 1d07efd.
  • Loading branch information
meowgorithm committed Jul 24, 2024
1 parent d20ce80 commit 304a96f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions choose/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func (o Options) Run() error {
WithWidth(width).
WithShowHelp(o.ShowHelp).
WithTheme(theme).
WithTimeout(o.Timeout).
Run()
if err != nil {
return err
Expand All @@ -112,7 +111,6 @@ func (o Options) Run() error {
WithWidth(width).
WithTheme(theme).
WithShowHelp(o.ShowHelp).
WithTimeout(o.Timeout).
Run()
if err != nil {
return err
Expand Down

0 comments on commit 304a96f

Please sign in to comment.