Skip to content

Commit 4ef3748

Browse files
committed
cleaned up branch, moved integration tests over from stephenarosaj/fdc-integration-tests - ready to add new impersonate api integration tests
1 parent 7dd8b7d commit 4ef3748

File tree

6 files changed

+233
-316
lines changed

6 files changed

+233
-316
lines changed

NOTE.MD

Lines changed: 0 additions & 3 deletions
This file was deleted.

database-debug.log

Lines changed: 0 additions & 8 deletions
This file was deleted.

firestore-debug.log

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/utils/api-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ class AsyncHttp2Call extends AsyncRequestCall {
828828
try {
829829
this.http2ConfigImpl = http2ConfigImpl;
830830
this.options = this.http2ConfigImpl.buildRequestOptions();
831-
this.entity = this.http2ConfigImpl.buildEntity(this.options.headers!as http.OutgoingHttpHeaders);
831+
this.entity = this.http2ConfigImpl.buildEntity(this.options.headers! as http.OutgoingHttpHeaders);
832832
this.promise = new Promise((resolve, reject) => {
833833
this.resolve = resolve;
834834
this.reject = reject;

0 commit comments

Comments
 (0)