also removed any references to Anify
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Hono } from "hono";
|
||||
|
||||
import { maybeUpdateLastConnectedAt } from "~/controllers/maybeUpdateLastConnectedAt";
|
||||
import { onNewEpisode } from "~/jobs/new-episode";
|
||||
import type { QueueName } from "~/libs/tasks/queueName.ts";
|
||||
import { maybeUpdateLastConnectedAt } from "~/middleware/maybeUpdateLastConnectedAt";
|
||||
|
||||
import { onNewEpisode } from "./controllers/internal/new-episode";
|
||||
import type { QueueBody } from "./libs/tasks/queueTask";
|
||||
|
||||
const app = new Hono<Cloudflare.Env>();
|
||||
|
||||
Reference in New Issue
Block a user