Merged PR 2442: remove lodash dependecies on _.has
Related work items: #23754
This commit is contained in:
@@ -45,7 +45,7 @@ export default async function ApiProxy(req, res) {
|
||||
const crmUrl = "https://" + process.env.CRMURL;
|
||||
|
||||
const data = {
|
||||
"@odata.id": crmUrl + "/api/data/v8.2/contacts(" + contactid + ")"
|
||||
"@odata.id": crmUrl + "/api/data/v9.2/contacts(" + contactid + ")"
|
||||
};
|
||||
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user