generated from VLADIMIR/template
add story service
This commit is contained in:
@@ -230,7 +230,7 @@ func (s *Services) UpdateNode(ctx context.Context, req *proto.UpdateNodeReq) (*p
|
||||
Text: req.Node.Text,
|
||||
Applications: applications,
|
||||
}
|
||||
if err := s.storyService.UpdatePlace(req.Code, node); err != nil {
|
||||
if err := s.storyService.UpdatePlace(ctx, req.Code, node); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return &proto.UpdateNodeRsp{}, nil
|
||||
|
||||
Reference in New Issue
Block a user