Skip to content

Commit d7bb8e2

Browse files
committed
add video and article on bookmarks
1 parent 93b7791 commit d7bb8e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/generate-bookmarks-reader.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ const fetchBookmarks = async ({ nextPage: nextPageArg } = { nextPage: null }) =>
3838
const data = await response.json();
3939

4040
const dataFiltered = data.results.filter(bookmark => {
41-
if (!['article', 'video'].includes(bookmark.category)) {
42-
return false;
43-
}
41+
// if (!['article', 'video'].includes(bookmark.category)) {
42+
// return false;
43+
// }
4444

4545
if (bookmark.tags.newsletter) {
4646
return false;

0 commit comments

Comments
 (0)