.
This commit is contained in:
parent
2d09aae5dc
commit
a186e96407
@ -31,9 +31,6 @@ const extraMethods = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
afterFetchOne: (result, params, context) => {
|
afterFetchOne: (result, params, context) => {
|
||||||
console.log('----------------------------------------------');
|
|
||||||
console.log(result);
|
|
||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
result = result.toJSON();
|
result = result.toJSON();
|
||||||
return eventComposer(result, context);
|
return eventComposer(result, context);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user