mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-23 22:45:43 +01:00
chore(cleanup): comment manual cron trigger
This commit is contained in:
parent
d1ec750702
commit
0145fce7c4
@ -1,5 +1,6 @@
|
||||
import { processCronTrigger } from '../../src/functions/cronTrigger'
|
||||
|
||||
export default async event => {
|
||||
return processCronTrigger()
|
||||
// used only for local debugging
|
||||
//return processCronTrigger()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user