Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 04dc5da

Browse files
committed
WIP
1 parent cd781c8 commit 04dc5da

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/FeedManager.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ FeedManager.prototype = {
1717
if (typeof process !== 'undefined' && process.env.STREAM_URL) {
1818
this.client = stream.connect();
1919
} else {
20-
this.client = stream.connect(
21-
this.settings.apiKey,
22-
this.settings.apiSecret,
23-
this.settings.apiAppId,
24-
options,
25-
);
20+
this.client = stream.connect(this.settings.apiKey, this.settings.apiSecret, this.settings.apiAppId, options);
2621
}
2722
},
2823

0 commit comments

Comments
 (0)