mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-21 00:11:27 -07:00
chore: apply remaining workspace formatting and updates
This commit is contained in:
@@ -1122,7 +1122,9 @@ export class AnkiIntegration {
|
||||
this.mediaGenerator.cleanup();
|
||||
}
|
||||
|
||||
setRecordCardsMinedCallback(callback: ((count: number, noteIds?: number[]) => void) | null): void {
|
||||
setRecordCardsMinedCallback(
|
||||
callback: ((count: number, noteIds?: number[]) => void) | null,
|
||||
): void {
|
||||
this.recordCardsMinedCallback = callback;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user