Skip to content

Commit

Permalink
minor:
Browse files Browse the repository at this point in the history
ref: #67, v0.9.0
desc:
- correcting ci error
  • Loading branch information
samjtro committed Nov 4, 2024
1 parent eb1dc6a commit 3322c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func readDB() Agent {
},
}
tr := &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
TLSClientConfig: &tls.Config{},
}
sslcli := &http.Client{Transport: tr}
ctx := context.WithValue(context.Background(), oauth2.HTTPClient, sslcli)
Expand Down

0 comments on commit 3322c93

Please sign in to comment.