Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhino1998 committed Sep 23, 2024
1 parent 7bc83b0 commit 6c6e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configtype/duration.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func NewDuration(d time.Duration) Duration {
func (Duration) JSONSchema() *jsonschema.Schema {
return &jsonschema.Schema{
Type: "string",
Pattern: durationPattern, // copied from time.ParseDuration
Pattern: durationPattern,
Title: "CloudQuery configtype.Duration",
}
}
Expand Down

0 comments on commit 6c6e1a6

Please sign in to comment.