mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Cleanup
This commit is contained in:
parent
ecb1d21953
commit
9d24a1532b
1 changed files with 4 additions and 4 deletions
|
|
@ -78,10 +78,10 @@ class Bitly extends OAuth2
|
|||
])
|
||||
);
|
||||
|
||||
$output = [];
|
||||
\parse_str($response, $output);
|
||||
$this->tokens = $output;
|
||||
}
|
||||
$output = [];
|
||||
\parse_str($response, $output);
|
||||
$this->tokens = $output;
|
||||
}
|
||||
|
||||
return $this->tokens;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue