aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--services/app/src/App.php1
1 files changed, 0 insertions, 1 deletions
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', [