Skip to content

Commit 3b2a5f4

Browse files
committed
fix: line ending
1 parent 9c972e0 commit 3b2a5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OneflowSDK.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct($url, $key, $secret, $options = null){
5858
$this->authHeader = "x-oneflow-authorization";
5959
$this->retries = isset($options->retries) ? $options->retries : 3;
6060
$this->retryCondition = isset($options->retryCondition) ? $options->retryCondition : "OneflowSDK::isRetryableError";
61-
$this->retryDelay = isset($options->retryDelay) ? $options->retryDelay : "OneflowSDK::exponentialDelay";
61+
$this->retryDelay = isset($options->retryDelay) ? $options->retryDelay : "OneflowSDK::exponentialDelay";
6262
}
6363

6464
//ACCOUNTS

0 commit comments

Comments
 (0)