removed unused imports & watch case on adv search
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import axios from "axios";
|
||||
import https from "https";
|
||||
import CryptoJS from "crypto-js";
|
||||
import { getToken, azureHeaders } from "../../../actions";
|
||||
|
||||
@@ -21,7 +20,6 @@ const hashAPIPath = (queryPath) => {
|
||||
export default async function ApiProxy(req, res) {
|
||||
var contactid = req.query.contactid;
|
||||
var token = await getToken();
|
||||
console.log(" eeee", contactid.length);
|
||||
|
||||
var queryUrl =
|
||||
"contacts(" +
|
||||
|
||||
Reference in New Issue
Block a user