mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.0
This commit is contained in:
@@ -358,7 +358,7 @@ func handleDefaultConstValue(tagValue string, val interface{}, tag reflect.Struc
|
||||
return []byte(fmt.Sprintf(`"%s"`, tagValue))
|
||||
default:
|
||||
if typ.Kind() == reflect.String {
|
||||
return []byte(fmt.Sprintf(`"%s"`, tagValue))
|
||||
return []byte(fmt.Sprintf("%q", tagValue))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user