mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-12 03:06:34 +09:00
Fixed latest rides widget and settings workflow
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ class WPStrava_API {
|
||||
'body' => http_build_query( $data ),
|
||||
'sslverify' => false,
|
||||
'headers' => array(
|
||||
'Authorization' => 'Bearer: ' . $this->access_token,
|
||||
'Authorization' => 'Bearer ' . $this->access_token,
|
||||
)
|
||||
);
|
||||
|
||||
@@ -53,7 +53,7 @@ class WPStrava_API {
|
||||
|
||||
$get_args = array(
|
||||
'headers' => array(
|
||||
'Authorization' => 'Bearer: ' . $this->access_token,
|
||||
'Authorization' => 'Bearer ' . $this->access_token,
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user