fix: Take suspended cards into account when creating new production notes

This commit is contained in:
Dendy 2025-04-11 07:41:41 +02:00
parent 73e64f534d
commit 806b70dafd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class AnkiService
public function getAllSentenceListeningNoteIds(): array
{
$query = sprintf(
'"note:%s" -is:suspended',
'"note:%s"',
SentenceListeningNote::MODEL_NAME,
);