We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b7791 commit d7bb8e2Copy full SHA for d7bb8e2
scripts/generate-bookmarks-reader.ts
@@ -38,9 +38,9 @@ const fetchBookmarks = async ({ nextPage: nextPageArg } = { nextPage: null }) =>
38
const data = await response.json();
39
40
const dataFiltered = data.results.filter(bookmark => {
41
- if (!['article', 'video'].includes(bookmark.category)) {
42
- return false;
43
- }
+ // if (!['article', 'video'].includes(bookmark.category)) {
+ // return false;
+ // }
44
45
if (bookmark.tags.newsletter) {
46
return false;
0 commit comments