added option for help sha256

This commit is contained in:
zadam
2022-12-30 17:10:07 +01:00
parent d6f3b79f20
commit df47679c7f
5 changed files with 29 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ class NoteFlatTextExp extends Expression {
* Returns noteIds which have at least one matching tokens
*
* @param {NoteSet} noteSet
* @return {String[]}
* @return {Note[]}
*/
getCandidateNotes(noteSet) {
const candidateNotes = [];