Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"precompile": "gts clean"
},
"dependencies": {
"@google-cloud/promisify": "^4.0.0",
"@google-cloud/promisify": "4.0.0",
"arrify": "^2.0.1",
"async-mutex": "^0.5.0",
"concat-stream": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ describe('Request', () => {
});

describe('requestStream_', () => {
let GAX_STREAM: gax.CancellableStream;
let GAX_STREAM: gax.CancellableStream = {} as gax.CancellableStream;
const CONFIG = {};

beforeEach(() => {
Expand Down
Loading