@kasko/fe-toolbelt
Advanced tools
Comparing version 2.0.1-beta.23 to 2.0.1-beta.24
{ | ||
"license": "UNLICENSED", | ||
"name": "@kasko/fe-toolbelt", | ||
"version": "2.0.1-beta.23", | ||
"version": "2.0.1-beta.24", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=8.11.x" |
@@ -12,5 +12,3 @@ const axios = require('../../axios'); | ||
async function getWebappData(url) { | ||
const urlTest = 'https://apps.eu1.kaskocloud.com/pk_test_YjelaXzVMPGEDp8PePy2LxRq1rKd5Qmo/tp_256da351104839a521980c1937aa3'; | ||
// const { data } = await axios.get(url) | ||
const { data } = await axios.get(urlTest) | ||
const { data } = await axios.get(url) | ||
.catch((error) => { | ||
@@ -17,0 +15,0 @@ throw error; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71980
1795