tango-app-api-analysis-traffic 3.0.0-alpha.16 → 3.0.0-alpha.17
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/package.json
CHANGED
|
@@ -1329,7 +1329,7 @@ export const getStoreCameraImage = async ( req, res ) => {
|
|
|
1329
1329
|
if ( camera && camera.thumbnailImage && camera.thumbnailImage != '' ) {
|
|
1330
1330
|
const params = {
|
|
1331
1331
|
file_path: camera.thumbnailImage,
|
|
1332
|
-
Bucket: bucket.
|
|
1332
|
+
Bucket: bucket.baseImage,
|
|
1333
1333
|
};
|
|
1334
1334
|
let cameraBaseImage = await signedUrl( params );
|
|
1335
1335
|
let resultData = { cameraBaseImage: cameraBaseImage };
|