diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-19 03:55:34 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-19 03:55:34 +0000 |
commit | a5a1907249d2666966c6c412f8be17e5b2c67e57 (patch) | |
tree | 615929dc0419935664b15b4f63235e46cc1e86fc /cgi/servers.go | |
parent | 3761f85966a554cb750809da21995354fb9f9ceb (diff) | |
download | communique-a5a1907249d2666966c6c412f8be17e5b2c67e57.tar.gz |
start of outbox page
Diffstat (limited to 'cgi/servers.go')
-rw-r--r-- | cgi/servers.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi/servers.go b/cgi/servers.go index 84d6ffe..55bc5d2 100644 --- a/cgi/servers.go +++ b/cgi/servers.go @@ -61,7 +61,6 @@ func startCGIServer(h config.Handler) { } func startTicker(h config.Handler, db *badger.DB, log *zap.SugaredLogger) { - // TODO add config for this ticker := time.NewTicker(h.Interval) done := make(chan bool) func() { |