v0.0.535
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m52s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m52s
This commit is contained in:
@@ -25,7 +25,7 @@ func (i *{{.Name}}) String() string {
|
||||
if i == nil {
|
||||
return "<nil>"
|
||||
}
|
||||
return string(i)
|
||||
return string(*i)
|
||||
}
|
||||
|
||||
func (i {{.Name}}) ObjID() (primitive.ObjectID, error) {
|
||||
|
Reference in New Issue
Block a user