debuf fix on search results

This commit is contained in:
2022-07-21 08:07:46 +01:00
parent f4d6cfb2d8
commit a14726ee0a
3 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import axios from "axios";
import https from "https";
import CryptoJS from "crypto-js";
import { getToken } from "../../../../actions";
import { getToken, consoleLogger } from "../../../../actions";
const WORDKEY = process.env.HASHKEY;
const accessTokenEndpoint = process.env.ACCESS_TOKEN_ENDPOINT;