Ivan Asmer hace 5 años
padre
commit
dabb3f17d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      expand.js

+ 1 - 1
expand.js

@@ -125,7 +125,7 @@ function mmExpandSchema(gqlSchema){
                             }
                             let entity = await Savable.m[outputTypeName].findOne({_id: ObjectID(arg._id)})
                             if (entity){
-                                let copy = {...record}
+                                let copy = {...entity}
                                 await entity.delete()
                                 return copy;
                             }