diff --git a/cmd/tee-worker/main.go b/cmd/tee-worker/main.go index 2cb3541..72a191b 100644 --- a/cmd/tee-worker/main.go +++ b/cmd/tee-worker/main.go @@ -7,8 +7,8 @@ import ( ) func main() { - listenAddress := listenAddress() jc := readConfig() + listenAddress := listenAddress() api.Start(context.Background(), listenAddress, jc) }