Skip to content

Commit

Permalink
fix: timeout option typo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellardia authored Apr 29, 2020
1 parent f623e81 commit bd2055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfluxDB2/DefaultApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private function request($payload, $uriPath, $queryParams, $method, $timeout = s
'query' => $queryParams,
'body' => $payload,
'stream' => $stream,
'timout' => $timeout
'timeout' => $timeout
];

// enable debug
Expand Down

0 comments on commit bd2055c

Please sign in to comment.