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:
parent
f3fef5a5ff
commit
7ca4fae09c
@ -25,8 +25,8 @@ func apiKey() string {
|
|||||||
|
|
||||||
func subdomain() string {
|
func subdomain() string {
|
||||||
return wtf.Config.UString(
|
return wtf.Config.UString(
|
||||||
"wtf.mods.zendesk.apiKey",
|
"wtf.mods.zendesk.subdomain",
|
||||||
os.Getenv("ZENDESK_API"),
|
os.Getenv("ZENDESK_SUBDOMAIN"),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user