diff --git a/PLUGINS.md b/PLUGINS.md index eeb033d5a..20ba789be 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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; }