Update src/Appwrite/Auth/OAuth2/Disqus.php

Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
This commit is contained in:
Bishwajeet Parhi 2022-07-11 17:55:06 +05:30 committed by GitHub
parent 3ee7ccff48
commit 122a59c723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,8 +73,6 @@ class Disqus extends OAuth2
if (empty($this->tokens['refresh_token'])) {
$this->tokens['refresh_token'] = $refreshToken;
}
return $this->tokens;
}