Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Mar 29, 2024
1 parent 7711d39 commit 1d2445d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func (c CLI) Execute(ctx context.Context, cmd string) error {
Level: logLevel,
TimeFormat: "15:04",
}))
command.ConvertToNDCSchema(&c.Convert, logger)
return nil

return command.ConvertToNDCSchema(&c.Convert, logger)
default:
return c.ServeCLI.Execute(ctx, cmd)
}
Expand Down

0 comments on commit 1d2445d

Please sign in to comment.