Fix bug in example

This commit is contained in:
David Erwin
2017-03-16 14:32:59 -04:00
committed by GitHub
parent 4a416d9477
commit 4b8fb48f63
+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;
}