log response
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m19s

This commit is contained in:
matst80
2024-11-13 22:05:18 +01:00
parent abf561c3fe
commit 2539a05b71
2 changed files with 2 additions and 5 deletions

View File

@@ -150,9 +150,6 @@ func (p *GrainLocalPool) Process(id CartId, messages ...Message) (*FrameWithPayl
result, err = grain.HandleMessage(&message, false)
}
}
if err != nil {
return result, err
}
return result, err
}