Fix screenshot displaying issue
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone Build is passing
				
			This commit is contained in:
		| @@ -53,7 +53,7 @@ async function run() { | ||||
|           let presignedUrl = await minioClient.presignedUrl('GET', minioBucket, `${doc.camera}/${doc._id}/${i}.jpg`, 60 * 60); | ||||
|           screenShotArray.push({ url: presignedUrl }); | ||||
|         } | ||||
|         blob = JSON.stringify({...doc, ...screenShotArray}); | ||||
|         blob = JSON.stringify({...doc, screenshots: [...screenShotArray]}); | ||||
|       } else { | ||||
|         blob = JSON.stringify({...doc}) | ||||
|       }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user