mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	fix for forced note sync
This commit is contained in:
		
							parent
							
								
									fdcc833f6d
								
							
						
					
					
						commit
						99b163a042
					
				| @ -58,7 +58,7 @@ router.post('/force-note-sync/:noteId', auth.checkApiAuth, async (req, res, next | |||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         for (const noteHistoryId of await sql.getFirstColumn("SELECT note_history_id FROM notes_history WHERE note_id = ?", [noteId])) { |         for (const noteHistoryId of await sql.getFirstColumn("SELECT note_history_id FROM notes_history WHERE note_id = ?", [noteId])) { | ||||||
|             await sync_table.addNoteTreeSync(noteHistoryId); |             await sync_table.addNoteHistorySync(noteHistoryId); | ||||||
|         } |         } | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 azivner
						azivner