From d909998fc142902ea36e271e1c178cd52499879b Mon Sep 17 00:00:00 2001 From: johnabass Date: Thu, 14 Oct 2021 15:24:43 -0700 Subject: [PATCH] removed extraneous fx.Supply --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 7f161cf..d87c18a 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,6 @@ import ( "fmt" "os" - "github.com/xmidt-org/chronon" "go.uber.org/fx" ) @@ -12,7 +11,6 @@ func run(args []string) error { app := fx.New( parseCommandLine(args), provideLogger(os.Stdout), - fx.Supply(chronon.SystemClock()), provideActions(), provideSwitchConfig(), provideSwitch(),