mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
minor fix
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user