Fix bug in example

This commit is contained in:
David Erwin
2017-03-20 07:36:17 -07:00
committed by gaba
parent a7c946f9af
commit 28b24ebb09
+1 -1
View File
@@ -248,7 +248,7 @@ module.exports = {
hooks: {
RootMutation: {
createPerson: {
post: async (obj, args, {plugins: {Slack}}, person) {
post: async (obj, args, {plugins: {Slack}}, person) => {
if (!person) {
return person;
}