Skip to content

Commit

Permalink
fix: [PL-48388]: Update custom secret manager timeout type (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak S authored Apr 16, 2024
1 parent 63b4967 commit b739461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/nextgen/model_custom_secret_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ type CustomSecretManager struct {
Host string `json:"host,omitempty"`
WorkingDirectory string `json:"workingDirectory,omitempty"`
Template *TemplateLinkConfigForCustomSecretManager `json:"template"`
Timeout int64 `json:"timeout,omitempty"`
Timeout int `json:"timeout,omitempty"`
Default_ bool `json:"default,omitempty"`
}

0 comments on commit b739461

Please sign in to comment.