We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2225ee commit f146fcfCopy full SHA for f146fcf
core/job/handler/v1beta1/job.go
@@ -240,7 +240,7 @@ func (jh *JobHandler) ListJobSpecification(ctx context.Context, req *pb.ListJobS
240
241
func (*JobHandler) GetWindow(_ context.Context, req *pb.GetWindowRequest) (*pb.GetWindowResponse, error) {
242
// TODO: the default version to be deprecated & made mandatory in future releases
243
- version := 2
+ version := 1
244
if err := req.GetScheduledAt().CheckValid(); err != nil {
245
return nil, fmt.Errorf("%w: failed to parse schedule time %s", err, req.GetScheduledAt())
246
}
0 commit comments