We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4d597 commit b910865Copy full SHA for b910865
src/Api/Methods/ServerDefinitions.php
@@ -24,6 +24,6 @@ public function finalResult(): \stdClass
24
if(!$this->isSuccess())
25
throw new NotSuccessException('Request did not return success result: '.\json_encode($this->result));
26
27
- return $this->result();
+ return $this->result()->result;
28
}
29
0 commit comments