fix: task for anilist-updates not encoding body in base 64

This commit is contained in:
2024-10-29 07:47:46 -04:00
parent c5a536d87e
commit da7c843e72
3 changed files with 14 additions and 5 deletions

View File

@@ -132,6 +132,7 @@ app.openapi(route, async (c) => {
watchStatus,
titleId,
isRetrying: true,
nameSuffix: "watch-status",
},
{ req: c.req, scheduleConfig: { delay: { minute: 1 } } },
);