Skip to content

Commit

Permalink
Update lib/private/BackgroundJob/JobList.php
Browse files Browse the repository at this point in the history
  • Loading branch information
artonge authored Jan 12, 2022
1 parent 04e8861 commit 752f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/BackgroundJob/JobList.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function add($job, $argument = null) {
->where($query->expr()->eq('class', $query->createNamedParameter($class)))
->andWhere($query->expr()->eq('argument', $query->createNamedParameter($argumentJson)));
}
$query->executeStatement();
$query->execute();
}

/**
Expand Down

0 comments on commit 752f8da

Please sign in to comment.