Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Oct 1, 2024
1 parent 0da7d10 commit fdc427d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fdc427d

Please sign in to comment.