tango-app-api-store-builder 1.0.0-beta-37 → 1.0.0-beta-38
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-store-builder",
|
|
3
|
-
"version": "1.0.0-beta-
|
|
3
|
+
"version": "1.0.0-beta-38",
|
|
4
4
|
"description": "storeBuilder",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"joi": "^17.13.3",
|
|
24
24
|
"mongodb": "^6.12.0",
|
|
25
25
|
"nodemon": "^3.1.9",
|
|
26
|
-
"tango-api-schema": "^2.2.
|
|
26
|
+
"tango-api-schema": "^2.2.62",
|
|
27
27
|
"tango-app-api-middleware": "^3.1.48",
|
|
28
28
|
"winston": "^3.17.0",
|
|
29
29
|
"winston-daily-rotate-file": "^5.0.0"
|
|
@@ -2191,7 +2191,7 @@ export const updateQrCvProcessRequest = async ( req, res ) => {
|
|
|
2191
2191
|
'fixtureId': fixtureId,
|
|
2192
2192
|
'date': dayjs().format( 'YYYY-MM-DD' ),
|
|
2193
2193
|
'bucket': bucket.storeBuilder,
|
|
2194
|
-
'videoPath': videoPath,
|
|
2194
|
+
'videoPath': videoPath ? videoPath.match( /planoQrFixtureVideos\/[^?]+/ )?.[0] : undefined,
|
|
2195
2195
|
};
|
|
2196
2196
|
|
|
2197
2197
|
const sqs = JSON.parse( process.env.SQS || '{}' );
|