Skip to content

Commit 2a496ce

Browse files
resolved compilation error
1 parent cd22348 commit 2a496ce

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

internal/commands/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ func NewAstCLI(
196196
applicationsWrapper,
197197
byorWrapper,
198198
featureFlagsWrapper,
199-
enginesWrapper,
200199
)
201200

202201
configCmd := util.NewConfigCommand()

internal/commands/util/utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func NewUtilsCommand(
4545
applicationsWrapper wrappers.ApplicationsWrapper,
4646
byorWrapper wrappers.ByorWrapper,
4747
featureFlagsWrapper wrappers.FeatureFlagsWrapper,
48-
enginesWrapper wrappers.EnginesWrapper,
4948
) *cobra.Command {
5049
utilsCmd := &cobra.Command{
5150
Use: "utils",

0 commit comments

Comments
 (0)