Skip to content

Commit 3045d3b

Browse files
committed
fix(tanRequired): import strings
1 parent fe832e8 commit 3045d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/tanRequired.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"github.com/PuerkitoBio/goquery"
77
"net/http"
88
"net/url"
9+
"strings"
910
)
1011

1112
func checkForTANError(res *http.Response) error {

0 commit comments

Comments
 (0)