(request: Request, env: index.Bindings, ctx: ExecutionContext)
| 15 | // 定时任务 ############################################################################################################ |
| 16 | export default { |
| 17 | async fetch(request: Request, env: index.Bindings, ctx: ExecutionContext) { |
| 18 | return index.app.fetch(request, env, ctx); |
| 19 | }, |
| 20 | async scheduled(controller: ScheduledController, env: index.Bindings, ctx: ExecutionContext) { |
| 21 | console.log('Cron job processed'); |
| 22 | try { |
no outgoing calls
no test coverage detected