Skip to content

Commit ba9174e

Browse files
committed
commiting before checking out branch
1 parent 5d6dff4 commit ba9174e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/controllers/reqResController.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ const connectionController = {
9090
(obj) => obj.id === id
9191
);
9292

93+
console.log('this is openConnection array : ', this.openConnectionArray)
94+
9395
if (foundAbortController) {
9496
switch (foundAbortController.protocol) {
9597
case "HTTP1": {

0 commit comments

Comments
 (0)