Skip to content

Commit

Permalink
Fix #623
Browse files Browse the repository at this point in the history
  • Loading branch information
dqwiki committed May 22, 2023
1 parent 3e5e82f commit a06e31c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/Jobs/Scheduled/PostGlobalIPBEReqJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,7 @@ public function createContents(Collection $appeals)
continue;
}

$currentAppeal->handlingAdmin = 3823;
$currentAppeal->save();
LogEntry::create([
'user_id' => 3823,
'model_id' => $appeal->id,
'model_type' => Appeal::class,
'reason' => NULL,
'action' => "reserve",
'ip' => "127.0.0.1",
'ua' => "DB/Laravel/SRGP Script",
'protected' => LogEntry::LOG_PROTECTION_NONE,
]);
LogEntry::create([
'user_id' => 3823,
'model_id' => $appeal->id,
Expand Down

0 comments on commit a06e31c

Please sign in to comment.