diff --git a/cmd/schedule.go b/cmd/schedule.go index 22443fb..98750ee 100644 --- a/cmd/schedule.go +++ b/cmd/schedule.go @@ -42,6 +42,7 @@ func schedule(cmd *cobra.Command, args []string) { opts := api.ScheduleApiScheduleOpts{ TeamId: optional.NewInterface(teamIds), SportId: optional.NewInterface([]int32{sportId}), + Date: optional.NewString(date), } client := api.NewAPIClient(api.NewConfiguration())