| 1 | import { createSchedulerWorker } from "@wei/probot-scheduler"; |
| 2 | import { Redis } from "ioredis"; |
| 3 | import { appConfig } from "@/src/configs/app-config.ts"; |
| 4 | import { getRepoProcessor } from "@/src/processor/index.ts"; |
nothing calls this directly
no test coverage detected