mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix tests
This commit is contained in:
parent
bfcef50db9
commit
9ee92651f6
3 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,6 @@ function getClient (clientId: string, clientSecret: string) {
|
|||
function getRefreshToken (refreshToken: string) {
|
||||
logger.debug('Getting RefreshToken (refreshToken: ' + refreshToken + ').')
|
||||
|
||||
|
||||
return OAuthTokenModel.getByRefreshTokenAndPopulateClient(refreshToken)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue