feat: allow filtering with null (no) rating
This commit is contained in:
@ -130,7 +130,7 @@ async function processCreateArticle(
|
||||
const meta: Article["meta"] = {
|
||||
author: (author || "").replace("@", "twitter:"),
|
||||
link: fetchUrl,
|
||||
status: "not-finished",
|
||||
done: false,
|
||||
date: new Date(),
|
||||
};
|
||||
|
||||
@ -194,7 +194,7 @@ async function processCreateYoutubeVideo(
|
||||
content: video.snippet.description,
|
||||
tags: video.snippet.tags.slice(0, 5),
|
||||
meta: {
|
||||
status: "not-finished",
|
||||
done: false,
|
||||
link: fetchUrl,
|
||||
author: video.snippet.channelTitle,
|
||||
date: new Date(video.snippet.publishedAt),
|
||||
|
Reference in New Issue
Block a user