-
Notifications
You must be signed in to change notification settings - Fork 214
fix(docs): fix formatting of the docs #513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/table.ts
Outdated
@@ -1395,7 +1395,9 @@ class Table extends common.ServiceObject { | |||
} as {}, | |||
request: { | |||
uri: format('{base}/{projectId}/jobs', { | |||
base: `https://${this.bigQuery.apiEndpoint}/upload/bigquery/v2/projects`, | |||
base: `https://${ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is throwing a lint error? Might just need a fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once tests pass
Codecov Report
@@ Coverage Diff @@
## master #513 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 5 5
Lines 698 698
Branches 192 192
=======================================
Hits 694 694
Misses 3 3
Partials 1 1
Continue to review full report at Codecov.
|
Fixes #504
Looking a little better ....