1
0
forked from extern/smegmesh
This commit is contained in:
Tim Beatham 2024-01-18 16:13:41 +00:00
parent a619838e9e
commit b8585b3a76

View File

@ -202,7 +202,7 @@ func (n *IpcHandler) Query(params ipc.QueryMesh, reply *string) error {
// PutDescription: change your description in the mesh
func (n *IpcHandler) PutDescription(args ipc.PutDescriptionArgs, reply *string) error {
err := n.Server.GetMeshManager().SetDescription(args.MeshId, args.Description)z
err := n.Server.GetMeshManager().SetDescription(args.MeshId, args.Description)
if err != nil {
return err