Linting commit
This commit is contained in:
parent
457a671831
commit
36d69a0b81
|
@ -187,7 +187,9 @@ class QueryRunner {
|
|||
} else {
|
||||
// In this event the user may have oAuth issues that
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue