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

Commit 52b4669

Browse files
committed
WIP
1 parent e69c7e2 commit 52b4669

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
@@ -62,10 +62,7 @@ FeedManager.prototype = {
6262
var ps = [];
6363

6464
for (var slug in newsFeeds) {
65-
var p = newsFeeds[slug].unfollow(
66-
this.settings.userFeed,
67-
targetUserId,
68-
);
65+
var p = newsFeeds[slug].unfollow(this.settings.userFeed, targetUserId);
6966
ps.push(p);
7067
}
7168

0 commit comments

Comments
 (0)