fix: update queue name for anilist updates

This commit is contained in:
2024-10-06 18:41:09 -04:00
parent 5f978205c4
commit 8a20b72bcb
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
export type QueueName = "anilist" | "new-episode";
export type QueueName = "anilist-updates" | "new-episode";