diff --git a/client/app/start.go b/client/app/start.go index da096759..5cd677ef 100644 --- a/client/app/start.go +++ b/client/app/start.go @@ -184,6 +184,7 @@ func Start(ctx context.Context, cfg Config) (func(context.Context) error, error) }, nil } +// TODO: Refactor CreateApp() to be used within the Start function, as most of the code originates from there. func CreateApp(ctx context.Context, cfg Config) *App { privVal, err := loadPrivVal(cfg) if err != nil {