diff --git a/src/controllers/upcoming-titles/index.ts b/src/controllers/upcoming-titles/index.ts index f97934a..7024b42 100644 --- a/src/controllers/upcoming-titles/index.ts +++ b/src/controllers/upcoming-titles/index.ts @@ -46,7 +46,7 @@ app.post("/", async (c) => { }, notification: { title: "New Series Alert", - body: `${titleName} will be released ${DateTime.fromSeconds(title.airingAt).toRelative({ unit: ["days", "hours", "minutes"] })}`, + body: `${titleName} will be released ${DateTime.fromSeconds(title.airingAt).toRelative({ unit: ["hours", "minutes"] })}`, image: title.media.coverImage?.medium ?? title.media.coverImage?.large ??