From ff406be68f0fe6fc0b2dae9a091ce164ac039b3f Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 15 Aug 2021 18:43:08 +0200 Subject: Timeline loop fix (#140) * uwu we made a fucky wucky * uwu we made a fucky wucky * work on timeline fixes a little * fiddle with tests some more * bleep bloop more tests * more tests * update drone yml * update some sturf * make the timeline code a bit lazier * go fmt * fix drone.yml --- internal/processing/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing/processor.go') diff --git a/internal/processing/processor.go b/internal/processing/processor.go index 16f9ac2a3..48ed2a35f 100644 --- a/internal/processing/processor.go +++ b/internal/processing/processor.go @@ -304,7 +304,7 @@ func (p *processor) Start() error { } } }() - return p.initTimelines() + return nil } // Stop stops the processor cleanly, finishing handling any remaining messages before closing down. -- cgit v1.2.3