Linting commit
This commit is contained in:
parent
457a671831
commit
36d69a0b81
|
@ -187,7 +187,9 @@ class QueryRunner {
|
||||||
} else {
|
} else {
|
||||||
// In this event the user may have oAuth issues that
|
// In this event the user may have oAuth issues that
|
||||||
// could require re-authenticating with their provider.
|
// could require re-authenticating with their provider.
|
||||||
throw new Error("OAuth2 access token could not be refreshed: " + resp.err.toString())
|
throw new Error(
|
||||||
|
"OAuth2 access token could not be refreshed: " + resp.err.toString()
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
return resp
|
return resp
|
||||||
|
|
Loading…
Reference in New Issue