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

Commit e69c7e2

Browse files
committed
WIP
1 parent 04dc5da commit e69c7e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/FeedManager.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ FeedManager.prototype = {
5050
var ps = [];
5151

5252
for (var slug in newsFeeds) {
53-
var p = newsFeeds[slug].follow(
54-
this.settings.userFeed,
55-
targetUserId,
56-
);
53+
var p = newsFeeds[slug].follow(this.settings.userFeed, targetUserId);
5754
ps.push(p);
5855
}
5956

0 commit comments

Comments
 (0)