Update migrate.ts
This commit is contained in:
		
							parent
							
								
									8e344f2deb
								
							
						
					
					
						commit
						c58afc67e8
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -255,7 +255,6 @@ async function main() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (note.poll) {
 | 
							if (note.poll) {
 | 
				
			||||||
			await Polls.save({
 | 
								await Polls.save({
 | 
				
			||||||
				id: genId(),
 | 
					 | 
				
			||||||
				noteId: note._id.toHexString(),
 | 
									noteId: note._id.toHexString(),
 | 
				
			||||||
				choices: note.poll.choices.map((x: any) => x.text),
 | 
									choices: note.poll.choices.map((x: any) => x.text),
 | 
				
			||||||
				expiresAt: note.poll.expiresAt,
 | 
									expiresAt: note.poll.expiresAt,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue