Skip to content

Commit

Permalink
Merge pull request #57 from DIYgod/main
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo authored Jul 26, 2023
2 parents 97c3773 + 234f039 commit 9b2f4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/providers/feedly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async function feedlyProvider(
return commonProviderHandler<FeedlyResponse>({
providerName: 'feedly',
queryKey: key,
fetchUrl: `https://feedly.com/v3/recommendations/feeds/feed%2F${key}?count=0`,
fetchUrl: `https://feedly.com/v3/recommendations/feeds/feed%2F${encodeURIComponent(key)}?count=0`,
countObjPath: 'source.subscribers',
errorMessageObjPath: 'no error message fallback to default',
isResponseValid: d => 'source' in d,
Expand Down

1 comment on commit 9b2f4f7

@vercel
Copy link

@vercel vercel bot commented on 9b2f4f7 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.