Skip to content

Commit

Permalink
Update memes.js
Browse files Browse the repository at this point in the history
Fix memes not loading due to the fact that the r/memes mod theam changed the pinned post
  • Loading branch information
a-usr authored Jul 31, 2024
1 parent c909bee commit 6d4ecc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memes/js/memes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(()=>{
return fetch("https://oauth.reddit.com/r/memes/hot?"+ new URLSearchParams({
"raw_json": 1,
"limit": 50,
"after": "t3_1bug5i6"
"after": "t3_1e2rfwg"
}),
{
method: "GET",
Expand Down Expand Up @@ -72,4 +72,4 @@ $(()=>{
sessionStorage.setItem("sources", sources);

});
})
})

0 comments on commit 6d4ecc1

Please sign in to comment.