mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix timeout typo in apiclients (#10615)
This commit is contained in:
@@ -37,7 +37,7 @@ class BaseApi
|
||||
if (is_null($this->client)) {
|
||||
$this->client = new Client([
|
||||
'base_uri' => $this->base_uri,
|
||||
'tiemout' => 2,
|
||||
'timeout' => 2,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user