fix(search): fix flying bracket

This commit is contained in:
perfectra1n
2026-03-12 14:35:47 -07:00
parent 1c148f407c
commit b533546236

View File

@@ -201,8 +201,7 @@ class NoteFlatTextExp extends Expression {
break;
}
}
}
}
return candidateNotes;
}