Admin Workflow

This commit is contained in:
Dillon Ngo
2024-12-04 12:17:28 +08:00
parent a24f41e5bd
commit 63d7bb677b
4 changed files with 39 additions and 8 deletions
@@ -91,8 +91,6 @@ class UpdateNextQuestionV1AdminWFLogic extends AbstractControllerLogic
$this->canFetchQuestion->passes();
Log::info('currentQuestion: '. json_encode($currentQuestion));
if ($request->has('answerObj')) {
$answer = $request->answerObj;
$answerNextQuestionNumber = $answer['next_question_number'];