Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Oct 7, 2024
1 parent e24c3a7 commit db7b22b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundle/internal/schema/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func removeJobsFields(typ reflect.Type, s jsonschema.Schema) jsonschema.Schema {
delete(s.Properties, "deployment")
delete(s.Properties, "edit_mode")


case reflect.TypeOf(jobs.GitSource{}):
// These fields are readonly and are not meant to be set by the user.
delete(s.Properties, "job_source")
Expand Down

0 comments on commit db7b22b

Please sign in to comment.