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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user