refactor: remove HonoRequest from updateWatchStatus

This commit is contained in:
2025-12-17 07:51:19 -05:00
parent c527a6eac5
commit 3c5685dbdb
2 changed files with 2 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ app.openapi(route, async (c) => {
isComplete,
);
if (isComplete) {
await updateWatchStatus(c.req, deviceId, aniListId, "COMPLETED");
await updateWatchStatus(deviceId, aniListId, "COMPLETED");
}
if (!user) {