Skip to content

Commit c18b758

Browse files
committed
(nit) Remove old TODO
1 parent 9167791 commit c18b758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ func Client(config jira.Config) *jira.Client {
7373
if config.Login == "" {
7474
config.Login = viper.GetString("login")
7575
}
76-
//TODO: Load auth token here
7776
if config.AuthType == nil {
7877
authType := jira.AuthType(viper.GetString("auth_type"))
7978
config.AuthType = &authType

0 commit comments

Comments
 (0)