tradly 1.1.13 → 1.1.14
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/Roots/App.js +1 -1
- package/package.json +1 -1
package/Roots/App.js
CHANGED
|
@@ -2899,7 +2899,7 @@ class App {
|
|
|
2899
2899
|
let path =
|
|
2900
2900
|
param.content_id == undefined || param.content_id == ""
|
|
2901
2901
|
? `${LISTINGS}/${param.listing_id}${DIGITAL_CONTENT}`
|
|
2902
|
-
: `${LISTINGS}/${param.listing_id}${DIGITAL_CONTENT}/${content_id}`;
|
|
2902
|
+
: `${LISTINGS}/${param.listing_id}${DIGITAL_CONTENT}/${param.content_id}`;
|
|
2903
2903
|
try {
|
|
2904
2904
|
const [error, responseJson] = await network.networkCall({
|
|
2905
2905
|
path: path,
|