feat: store unreleased titles where first episode time is unknown
This commit is contained in:
@@ -22,9 +22,10 @@ app.post("/", async (c) => {
|
||||
|
||||
const titles = await getUpcomingTitlesFromAnilist(
|
||||
env<Env, typeof c>(c, "workerd"),
|
||||
c.req,
|
||||
);
|
||||
|
||||
await Promise.all(
|
||||
await Promise.allSettled(
|
||||
titles.map(async (title) => {
|
||||
const titleName =
|
||||
title.media.title?.userPreferred ??
|
||||
|
||||
Reference in New Issue
Block a user