fix lint issues

This commit is contained in:
Raghunandan
2020-05-25 17:51:27 +02:00
parent 53c1fe0601
commit a8184250fe
@@ -98,7 +98,7 @@ export class GoogleAuthProvider
if (err || !accessToken) {
return res.status(401).send('Failed to refresh access token');
}
res.send({
return res.send({
accessToken,
idToken: params.id_token,
expiresInSeconds: params.expires_in,