|
@@ -28,8 +28,8 @@ class CheckAuditLogBulkExportJobInProgressCronService extends CronService {
|
|
|
const auditLogExportInProgressExists = auditLogExportJobInProgress != null;
|
|
const auditLogExportInProgressExists = auditLogExportJobInProgress != null;
|
|
|
|
|
|
|
|
if (
|
|
if (
|
|
|
- auditLogExportInProgressExists
|
|
|
|
|
- && !auditLogBulkExportJobCronService?.isJobRunning()
|
|
|
|
|
|
|
+ auditLogExportInProgressExists &&
|
|
|
|
|
+ !auditLogBulkExportJobCronService?.isJobRunning()
|
|
|
) {
|
|
) {
|
|
|
auditLogBulkExportJobCronService?.startCron();
|
|
auditLogBulkExportJobCronService?.startCron();
|
|
|
} else if (!auditLogExportInProgressExists) {
|
|
} else if (!auditLogExportInProgressExists) {
|