Skip to content

Commit

Permalink
provider name
Browse files Browse the repository at this point in the history
  • Loading branch information
artlu99 committed Jun 25, 2024
1 parent 0bbd0fd commit f0a1b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/getForYouFeed/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const onRequestPost: PagesFunction<Env> = async (context) => {
const { fid, limit, cursor } = js;

const neynarApiKey = context.env.NEYNAR_API_KEY;
const provider = 'karma';
const provider = 'karma3';

const paginationParam = cursor ? `&cursor=${cursor}` : '';
const endpoint = `https://api.neynar.com/v2/farcaster/feed/for_you?fid=${fid}&viewer_fid=${fid}&provider=${provider}&limit=${limit}${paginationParam}`;
Expand Down

0 comments on commit f0a1b55

Please sign in to comment.