minor fix

This commit is contained in:
thecodrr
2020-01-03 15:25:18 +05:00
parent 8a0a0c8e88
commit 7b8d6236fd

View File

@@ -67,7 +67,7 @@ class Database {
*/
groupNotes(by, special = false) {
//TODO add tests
let notes = tfun.filter(".pinned = false")(extractValues(this.getNotes()));
let notes = tfun.filter(".pinned = false")(this.getNotes());
switch (by) {
case "abc":
return groupBy(