Skip to content

Commit

Permalink
Merge pull request #814 from UN-OCHA/feature/RW-978
Browse files Browse the repository at this point in the history
[RW-978] Fix: revert revision user for job tagger
  • Loading branch information
orakili committed May 19, 2024
2 parents 213d8c9 + 1b25c97 commit 39d3874
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ public function processItem($data) {
]);
}

// Use the system user for the revisions so it's easier to identify them.
$node->setRevisionUserId(2);
$node->setRevisionCreationTime(time());
$node->setRevisionLogMessage('Job has been updated by AI.');
$node->set('reliefweb_job_tagger_status', 'processed');
Expand Down

0 comments on commit 39d3874

Please sign in to comment.