reimplement date flag

This commit is contained in:
filifa 2025-04-06 01:54:02 -04:00
parent 8d27d5c571
commit 8fd4802d41
1 changed files with 1 additions and 0 deletions

View File

@ -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())