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