mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Final adjustments to Daemon <-> Panel communication change
This commit is contained in:
@@ -90,7 +90,7 @@ class NodeUpdateService
|
||||
$updateResponse = $this->repository->withoutFresh()->update($node->id, $data);
|
||||
|
||||
try {
|
||||
$this->configRepository->setNode($node->id)->setAccessToken($node->daemonSecret)->update();
|
||||
$this->configRepository->setNode($node->id)->update();
|
||||
} catch (RequestException $exception) {
|
||||
$response = $exception->getResponse();
|
||||
$this->writer->warning($exception);
|
||||
|
||||
Reference in New Issue
Block a user