mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
minor fix
This commit is contained in:
@@ -67,7 +67,7 @@ class Database {
|
|||||||
*/
|
*/
|
||||||
groupNotes(by, special = false) {
|
groupNotes(by, special = false) {
|
||||||
//TODO add tests
|
//TODO add tests
|
||||||
let notes = tfun.filter(".pinned = false")(extractValues(this.getNotes()));
|
let notes = tfun.filter(".pinned = false")(this.getNotes());
|
||||||
switch (by) {
|
switch (by) {
|
||||||
case "abc":
|
case "abc":
|
||||||
return groupBy(
|
return groupBy(
|
||||||
|
|||||||
Reference in New Issue
Block a user