v0.0.534
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled

This commit is contained in:
2024-10-22 09:40:53 +02:00
parent c571f3f888
commit d47c84cd47
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ func (e {{.EnumTypeName}}) ValuesMeta() []enums.EnumMetaValue {
{{if $hasStr}}
func (e *{{.EnumTypeName}}) String() string {
if i == nil {
if e == nil {
return "<nil>"
}
return string(e)