Skip to content

Commit

Permalink
enable lock
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Jun 18, 2024
1 parent 261922b commit e81a93b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Command/GetReportsFromMailboxCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$io->error('GetReportsFromMailbox command is already running.');
return Command::FAILURE;
} else {
//$lock->setValue('true');
//$this->em->persist($lock);
//$this->em->flush();
$lock->setValue('true');
$this->em->persist($lock);
$this->em->flush();

$result = $this->open_mailbox($this->mailbox);
if($this->mailbox_secondary->isEnabled()) {
Expand Down

0 comments on commit e81a93b

Please sign in to comment.