Commit add86718 by Alfiro Pratama

fix int nilai seleksi internal

parent 14dbd4e7
......@@ -37,7 +37,7 @@ class NilaiSeleksiInternal
})
->first();
if($reviewerProposal->revisi_nilai == 1){
if ($reviewerProposal && (int) $reviewerProposal->revisi_nilai === 1) {
return $next($request);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment