1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Fix tests

This commit is contained in:
Chocobozzz 2018-08-28 11:32:03 +02:00
parent bfcef50db9
commit 9ee92651f6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,6 @@ function getClient (clientId: string, clientSecret: string) {
function getRefreshToken (refreshToken: string) {
logger.debug('Getting RefreshToken (refreshToken: ' + refreshToken + ').')
return OAuthTokenModel.getByRefreshTokenAndPopulateClient(refreshToken)
}