Minimum lap times for tracks feature/71-track_times #72

Merged
niggl merged 14 commits from feature/71-track_times into dev 2021-01-03 17:18:03 +00:00
Showing only changes of commit a5d70ce4b5 - Show all commits

View File

@ -70,7 +70,6 @@ export class AuthController {
if (refresh_token && refresh_token.length != 0 && refreshAuth.token == undefined) {
refreshAuth.token = refresh_token;
}
console.log(req.headers)
let auth;
try {
auth = await refreshAuth.toAuth();