diff options
Diffstat (limited to 'app/fetch.go')
| -rw-r--r-- | app/fetch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/fetch.go b/app/fetch.go index c8b0376..a3d3ae7 100644 --- a/app/fetch.go +++ b/app/fetch.go @@ -8,7 +8,7 @@ import ( "log" ) -func run() { +func jobRun() { c := c c.AddFunc("@every 10s", healthCheck) c.Start() |
