oops
This commit is contained in:
		
							parent
							
								
									16339188a5
								
							
						
					
					
						commit
						665df6887d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,9 @@ const migrate = async (doc) => {
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	const result = await Othello.update(doc._id, {
 | 
						const result = await Othello.update(doc._id, {
 | 
				
			||||||
		$set: doc.logs
 | 
							$set: {
 | 
				
			||||||
 | 
								logs: doc.logs
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return result.ok === 1;
 | 
						return result.ok === 1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue