Skip to content

Commit

Permalink
(wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jul 23, 2024
1 parent 2275375 commit d117f72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/cmd/time-entry/manual/manual.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ func NewCmdManual(f cmdutil.Factory) *cobra.Command {
return err
}

tei, err = util.FromDefaults(f)(tei)
if err != nil {
return err
}

c, err := f.Client()
if err != nil {
return err
Expand Down

0 comments on commit d117f72

Please sign in to comment.