tango-app-api-analysis-traffic 3.0.0-alpha.15 → 3.0.0-alpha.16

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-analysis-traffic",
3
- "version": "3.0.0-alpha.15",
3
+ "version": "3.0.0-alpha.16",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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.baseImage,
1332
+ Bucket: bucket.ProdBaseImage,
1333
1333
  };
1334
1334
  let cameraBaseImage = await signedUrl( params );
1335
1335
  let resultData = { cameraBaseImage: cameraBaseImage };