Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 6369e4b

Browse files
committed
Unused variable
1 parent 6f76fbd commit 6369e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/runTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function apiPost($baseData, $url, $parameters, $private){
3636
$hash = $nonce.":".hash_hmac("sha256", $msg, $parameters["auth_token"]);
3737
$client = new HttpClient($baseData["host"]);
3838
$parameters["auth_hash"] = $hash;
39-
$res = $client->post($url, $parameters);
39+
$client->post($url, $parameters);
4040
return $client;
4141

4242
}

0 commit comments

Comments
 (0)