back to const

This commit is contained in:
FrankRua 2022-04-19 12:55:10 -04:00
parent 5b9888c600
commit 9b01b674c3

View file

@ -5,7 +5,7 @@ import httpStatusCodes from "http-status-codes";
export default {
callHttpClient({ method, endpoint, payload }) {
return new Promise((resolve, reject) => {
var apiGatewayUrl = applicationConfig.CONSUMER_APIGATEWAY_URL;
const apiGatewayUrl = applicationConfig.CONSUMER_APIGATEWAY_URL;
const payloadAndAnalyticsData = Object.assign({}, payload, {
AppName: "FixMyGlass",