Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
jchanolm committed Dec 4, 2024
1 parent 69b114c commit a744178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/fetch-farcaster-data/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def run(self):
all_fids = list(set(member_fids + follower_fids))
channel_dict['all_channels'] = self.get_all_user_channels(follower_fids)
channel_dict['all_followed_channels'] = self.get_all_user_channels(all_fids)
channel_dict['casts'] = channel_casts = self.get_channel_casts(channel)
channel_dict['casts'] = self.get_channel_casts(channel)
all_channel_data["channels"].append(channel_dict)

helpers.save_data(
Expand Down

0 comments on commit a744178

Please sign in to comment.