@@ -97,7 +97,7 @@ export class RunnerCardController {
|
||||
}
|
||||
const scanController = new ScanController;
|
||||
for (let scan of cardScans) {
|
||||
scanController.remove(scan.id, force);
|
||||
await scanController.remove(scan.id, force);
|
||||
}
|
||||
|
||||
await this.cardRepository.delete(card);
|
||||
|
||||
Reference in New Issue
Block a user