Fix child-process arg warning

This commit is contained in:
2026-02-16 23:33:03 -08:00
parent 1cd1cdb11d
commit 4d28efabd0
24 changed files with 1951 additions and 33 deletions

View File

@@ -1054,7 +1054,7 @@ export class AnkiIntegration {
startTime: number,
endTime: number,
secondarySubText?: string,
): Promise<void> {
): Promise<boolean> {
return this.cardCreationService.createSentenceCard(
sentence,
startTime,