From 70f018ab86a3cbf0e1c4950c16ad9034072127fd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 7 Mar 2024 16:53:03 +0900 Subject: fix an issue where an answer is mark as pending when accessing admin_answer_edit page --- services/app/src/App.php | 1 - 1 file changed, 1 deletion(-) diff --git a/services/app/src/App.php b/services/app/src/App.php index 2eb6797..b3e3491 100644 --- a/services/app/src/App.php +++ b/services/app/src/App.php @@ -590,7 +590,6 @@ final class App if ($answer === null) { throw new HttpNotFoundException($request); } - $answerRepo->markAsPending($answer->answer_id); $testcaseExecutions = $testcaseExecutionRepo->listByAnswerId($answer->answer_id); return $this->render($request, $response, 'admin_answer_edit.html.twig', [ -- cgit v1.2.3-70-g09d2