tango-app-api-trax 3.5.0-alpha-8 → 3.5.0-alpha-10
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
|
@@ -2132,7 +2132,7 @@ export async function submiteyeTestTask( req, res ) {
|
|
|
2132
2132
|
return res.sendError( 'Qr code already Exists', 400 );
|
|
2133
2133
|
}
|
|
2134
2134
|
|
|
2135
|
-
await cameraService.updateOne( { streamName: streamId }, { qrCode: qrCode } );
|
|
2135
|
+
await cameraService.updateOne( { streamName: streamId }, { qrCode: qrCode,isEyeTestStream:true } );
|
|
2136
2136
|
return res.sendSuccess( 'Qr code added successfully' );
|
|
2137
2137
|
|
|
2138
2138
|
const findQuery = [
|