feat: store unreleased titles where first episode time is unknown
This commit is contained in:
@@ -114,7 +114,7 @@ app.post(
|
||||
aniListId,
|
||||
);
|
||||
|
||||
await Promise.all(
|
||||
await Promise.allSettled(
|
||||
tokens.map(async (token) => {
|
||||
return sendFcmMessage(
|
||||
mapKeys(
|
||||
|
||||
Reference in New Issue
Block a user