Skip to content

Commit

Permalink
Cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotruta committed Apr 14, 2024
1 parent ec3e703 commit 7a6c37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function settingsShell(Request $request): JsonResponse
$response = $this->shellHelper->startShell($data['timeout']);
} elseif ('stop' == $data['op']) {
$response = $this->shellHelper->stopShell();
}
}
}
} else {
$response = $this->shellHelper->getShellStatus();
Expand Down

0 comments on commit 7a6c37a

Please sign in to comment.