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