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

fixed incorrect to apiKey instead of 'subdomain' in subdomain()

This commit is contained in:
Tim Fitzgerald 2018-09-26 10:48:33 -07:00 committed by Anand Sudhir Prayaga
parent f3fef5a5ff
commit 7ca4fae09c

View File

@ -25,8 +25,8 @@ func apiKey() string {
func subdomain() string {
return wtf.Config.UString(
"wtf.mods.zendesk.apiKey",
os.Getenv("ZENDESK_API"),
"wtf.mods.zendesk.subdomain",
os.Getenv("ZENDESK_SUBDOMAIN"),
)
}