1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Clean up the Gerrit module's API credentials loading

This commit is contained in:
Chris Cummer
2018-07-31 15:02:27 -07:00
parent ebad879e0a
commit 8fdaf52610
4 changed files with 17 additions and 14 deletions

View File

@@ -19,8 +19,6 @@ type Client struct {
func NewClient(url string) *Client {
client := Client{
apiBase: url,
//apiKey: os.Getenv("WTF_BAMBOO_HR_TOKEN"),
//subdomain: os.Getenv("WTF_BAMBOO_HR_SUBDOMAIN"),
}
client.loadAPICredentials()