update status data
This commit is contained in:
@@ -307,10 +307,6 @@ func (c *CartGrain) HandleMessage(message *Message, isReplay bool) (*FrameWithPa
|
||||
c.mu.Unlock()
|
||||
}
|
||||
result, err := json.Marshal(c)
|
||||
return &FrameWithPayload{
|
||||
Frame: Frame{
|
||||
StatusCode: 200,
|
||||
},
|
||||
Payload: result,
|
||||
}, err
|
||||
msg := MakeFrameWithPayload(RemoteHandleMutationReply, 200, result)
|
||||
return &msg, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user