fix: Don't show suspended notes when grabbing them all
This commit is contained in:
parent
28bcff1667
commit
9a59845473
|
@ -34,7 +34,7 @@ class AnkiService
|
|||
{
|
||||
return $this->request(
|
||||
'findNotes',
|
||||
['query' => '"note:Japanese sentences"']
|
||||
['query' => '"note:Japanese sentences" -is:suspended'],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue