Skip to content

Commit 2c63bf4

Browse files
committed
resolving changes
1 parent 7ee6808 commit 2c63bf4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/client/controllers/reqResController.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,7 @@ const connectionController = {
9999
(obj) => obj.id === id
100100
);
101101

102-
<<<<<<< HEAD
103-
console.log('this is openConnection array : ', this.openConnectionArray)
104-
105-
=======
106102
console.log("open connection array is : ", this.openConnectionArray);
107-
>>>>>>> 09e73ade0dd640e48017f78b82dd8ccb438592cc
108103
if (foundAbortController) {
109104
switch (foundAbortController.protocol) {
110105
case "HTTP1": {

0 commit comments

Comments
 (0)