We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2937061 commit 1b06284Copy full SHA for 1b06284
1 file changed
secure_parameters/secure_parametes.go
@@ -23,7 +23,6 @@ type ParameterValue struct {
23
Type typeOfValue
24
StringContent string
25
JSONContent interface{}
26
- //ObjectContent map[string]interface{}
27
}
28
29
func validateNoDuplicatesExist(name, prefix string, result map[string]ParameterValue) error {
0 commit comments