chore: add todo

This commit is contained in:
thecodrr
2019-11-29 21:38:06 +05:00
parent 09978594e4
commit 4b9b959fa0

View File

@@ -83,6 +83,7 @@ class Database {
* @param {string} query the search query
*/
async searchNotes(query) {
//TODO benchmark this and make it faster if necessary
let notes = await this.getNotes();
if (!notes) return;
return ff(