-
Couldn't load subscription status.
- Fork 2
Open
Description
Thanks for making a useful wrapper!
I noticed when I try to get new posts on some subreddits, including /r/askscience and others, I get zero posts:
const searchParams = {
size: 25,
sort_type: 'new',
subreddit: 'askscience'
};
const res = await snoo.searchSubmissions(searchParams); // zero results
I have also tried setting sort_type to created_utc.
Any insight on why this would be the case?
Metadata
Metadata
Assignees
Labels
No labels