mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	renaming of sql methods to fit getRows/getEntities model
This commit is contained in:
		@@ -35,7 +35,7 @@ router.put('/:noteTreeId/:notePath', auth.checkApiAuth, wrap(async (req, res, ne
 | 
			
		||||
}));
 | 
			
		||||
 | 
			
		||||
async function getRecentNotes() {
 | 
			
		||||
    return await sql.getAll(`
 | 
			
		||||
    return await sql.getRows(`
 | 
			
		||||
      SELECT 
 | 
			
		||||
        recent_notes.* 
 | 
			
		||||
      FROM 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user