fix: Don't show suspended notes when grabbing them all

This commit is contained in:
Dendy 2025-02-06 18:40:29 +09:00
parent 28bcff1667
commit 9a59845473
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class AnkiService
{
return $this->request(
'findNotes',
['query' => '"note:Japanese sentences"']
['query' => '"note:Japanese sentences" -is:suspended'],
);
}