Skip to content

Commit 42dc1fd

Browse files
committed
revert: rename FeedData.fid to FeedData.feed
1 parent f2b5916 commit 42dc1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stream_feeds/lib/src/models/follow_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class FollowData with _$FollowData {
9292
/// - Parameters:
9393
/// - fid: The feed ID to check against.
9494
/// - Returns: true if this is an accepted follow relationship where the target feed matches the given ID.
95-
bool isFollowerOf(FeedId feed) => isFollower && targetFeed.fid == feed;
95+
bool isFollowerOf(FeedId fid) => isFollower && targetFeed.fid == fid;
9696

9797
/// Checks if this follow relationship represents following the specified feed.
9898
///

0 commit comments

Comments
 (0)