maybe
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m58s

This commit is contained in:
matst80
2024-11-10 21:43:40 +01:00
parent 0f3b22e8da
commit c70c5cd930
12 changed files with 84 additions and 153 deletions

View File

@@ -47,7 +47,7 @@ func (g *RemoteGrain) HandleMessage(message *Message, isReplay bool) ([]byte, er
if err != nil {
return nil, err
}
reply, err := g.Call(RemoteHandleMessage, g.Id, RemoteHandleMessageReply, data)
reply, err := g.Call(RemoteHandleMutation, g.Id, RemoteHandleMutationReply, data)
if err != nil {
return nil, err