Skip to content

Commit

Permalink
schema poster
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Nov 14, 2024
1 parent 226bd67 commit c980d6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Services/SchemaPoster.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,9 @@ public function postSchema(string $server_id, $files = []): array {
$status_code = $response->getStatusCode();
$this->logger->info('Status code: ' . $status_code);
if ($status_code >= 200 && $status_code < 300) {
// @TODO Maybe we need to capture exception here??
// Call reload on the server.
$this->reloadServer();
}
$this->logger->info('After server reload?');

return $this->processResponse($response);
}

Expand Down

0 comments on commit c980d6c

Please sign in to comment.