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 93beeb6 commit ecb57b7
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 @@ -76,7 +76,6 @@ func (o Options) Run() error {
WithWidth(width).
WithShowHelp(o.ShowHelp).
WithTheme(theme).
WithTimeout(o.Timeout).
Run()
if err != nil {
return err
Expand All @@ -102,7 +101,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 ecb57b7

Please sign in to comment.