Compare commits
5 Commits
e5d9d62be2
...
28bb39474f
| Author | SHA1 | Date | |
|---|---|---|---|
| 28bb39474f | |||
| 7cf0c4c1c7 | |||
| 45f6f678b6 | |||
| 1958110679 | |||
| 3294d3c6a2 |
@@ -135,7 +135,8 @@ export class AnilistDurableObject extends DurableObject {
|
||||
nextSeason,
|
||||
nextYear,
|
||||
limit,
|
||||
});
|
||||
page,
|
||||
}).then((data) => data?.Page);
|
||||
},
|
||||
DateTime.now().plus({ days: 1 }),
|
||||
);
|
||||
@@ -154,8 +155,7 @@ export class AnilistDurableObject extends DurableObject {
|
||||
nextSeason,
|
||||
nextYear,
|
||||
limit,
|
||||
page,
|
||||
}).then((data) => data?.Page);
|
||||
});
|
||||
},
|
||||
DateTime.now().plus({ days: 1 }),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user