1
0
Fork 0
mirror of synced 2024-06-17 01:44:53 +12:00

Linting commit

This commit is contained in:
Dean 2022-07-06 13:09:13 +01:00
parent 457a671831
commit 36d69a0b81

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