Skip to content

Commit ec06306

Browse files
committed
remove custom avoidFetch param
1 parent 9b2e255 commit ec06306

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/EventStream.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class EventStream extends EventEmitter {
3232
path: `${path}?access_token=${this.token}`,
3333
method: 'get',
3434
port: parseInt(port, 10) || (isSecure ? 443 : 80),
35-
avoidFetch: true,
3635
mode: 'prefer-streaming'
3736
});
3837

test/EventStream.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ describe('EventStream', () => {
5151
path: '/path?access_token=token',
5252
method: 'get',
5353
port: 8080,
54-
avoidFetch: true,
5554
mode: 'prefer-streaming'
5655
});
5756
});

0 commit comments

Comments
 (0)