Final adjustments to Daemon <-> Panel communication change
This commit is contained in:
parent
8e2b77dc1e
commit
7d1c233c49
32 changed files with 528 additions and 538 deletions
|
@ -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 a new issue