Skip to content

Commit

Permalink
Fix SyncJob typo (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Oct 8, 2024
1 parent bdd9226 commit ae87777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/plugins/CoreJob/src/Lib/Jobs/SyncJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ protected function fullSync() {
$lastStart,
$curStart
);
}

if($changeList !== false) {
// Remove any duplicate keys
$changeList = array_unique($changeList);
}

if($changeList !== false) {
$this->llog('trace', "EIS " . $this->runContext->eis->description . " plugin returned "
. count($changeList) . " updated record(s)");
} else {
Expand Down

0 comments on commit ae87777

Please sign in to comment.