Skip to content

Commit

Permalink
Add TODO comment re: the number of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorris27 committed Jun 3, 2024
1 parent 773d01d commit 9607267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/frontend/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ type Runnable interface {
Run(context.Context, <-chan struct{}, chan<- struct{})
}

// TODO: Get the number of function parameters under control :D
// NewFrontend returns a new runnable frontend
func NewFrontend(ctx context.Context,
auditLog *logrus.Entry,
Expand Down

0 comments on commit 9607267

Please sign in to comment.