error on comment removed

This commit is contained in:
2021-11-18 12:08:35 +00:00
parent 7e1925ead0
commit b201e05854
2 changed files with 16 additions and 7 deletions
-1
View File
@@ -32,7 +32,6 @@ const agent = new https.Agent({
export const getToken = () => {
if (cache.tokenResponse) {
console.log("from cache", tokenResponse);
return cache.tokenResponse;
} else {
return axios