1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-21 21:12:21 -07: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"),
)
}