1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Linting commit

This commit is contained in:
Dean 2022-07-06 13:09:13 +01:00
parent 084a469442
commit a59d0c7f31

View file

@ -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