Code formatting

This commit is contained in:
Alex Cabal 2024-12-13 09:07:27 -06:00
parent cae8271ecb
commit 95d1b9e02e

View file

@ -101,7 +101,8 @@ try{
if($newStatus !== null){
$artwork->ReviewerUserId = Session::$User->UserId;
$artwork->Status = $newStatus;
}else{
}
else{
unset($artwork->Status);
}
}