Ivan Asmer %!s(int64=5) %!d(string=hai) anos
pai
achega
dabb3f17d5
Modificáronse 1 ficheiros con 1 adicións e 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;
                             }