Skip to content

Commit

Permalink
remove unimplemented options
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Oct 6, 2024
1 parent 1147e2f commit 1fe8697
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions auth/rod.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"fmt"
"io"
"os"
"time"

"github.com/rusq/slackauth"
"github.com/rusq/slackdump/v2/auth/auth_ui"
Expand All @@ -32,9 +31,7 @@ func (p RodAuth) Type() Type {
}

type rodOpts struct {
ui browserAuthUIExt
autoTimeout time.Duration
useragent string
ui browserAuthUIExt
}

type browserAuthUIExt interface {
Expand Down

0 comments on commit 1fe8697

Please sign in to comment.