This commit is contained in:
David Arranz 2019-09-03 10:32:36 +02:00
parent 2d09aae5dc
commit a186e96407

View File

@ -31,9 +31,6 @@ const extraMethods = {
},
afterFetchOne: (result, params, context) => {
console.log('----------------------------------------------');
console.log(result);
if (result)
result = result.toJSON();
return eventComposer(result, context);