wgt-node-utils 1.2.38 → 1.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -704,7 +704,7 @@ class wgtNodeUtils {
|
|
|
704
704
|
const res = await axios.get(url);
|
|
705
705
|
const properties = res.data && res.data.data && res.data.data.properties || {};
|
|
706
706
|
|
|
707
|
-
|
|
707
|
+
let contactEmail = properties.contact || "gamebridgenoreply@gmail.com";
|
|
708
708
|
const title = properties.title || "";
|
|
709
709
|
let policyTitle
|
|
710
710
|
if (lang === 'en') {
|