commit | 1c12b421bce6657be66bbc2bbc07b7601dfe4a13 | [log] [tgz] |
---|---|---|
author | Pooja Jain <pjain@apigee.com> | Thu Feb 09 10:28:17 2017 -0800 |
committer | Pooja Jain <pjain@apigee.com> | Thu Feb 09 10:28:17 2017 -0800 |
tree | 5a36555537a5b39642b2f8be6a47ca88cde3821e | |
parent | cf9ff1166883cfa9ffc25cdbd6e3a339b6df1963 [diff] |
fixed wrong function name in common_helper.go
diff --git a/common_helper.go b/common_helper.go index 9acc033..4b07b66 100644 --- a/common_helper.go +++ b/common_helper.go
@@ -158,7 +158,7 @@ " and apiKey = %s", tenantId, apiKey) // Incase of unknown apiKey~tenantId, // try to refresh the cache ansynchronously incase an update was missed or delayed - go createTenantCache() + go createDeveloperInfoCache() return developerInfo{} } else { return devInfo