Skip to content

Commit

Permalink
chore: update extendApp signature
Browse files Browse the repository at this point in the history
  • Loading branch information
rohrig authored Oct 4, 2023
1 parent 9f1b5bd commit 923366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/integrate/extending-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const extension = {
extendApiMethods: {
customMethod: (context, params) => { /* ... */ },
},
extendApp: (app) => { /* ... */
extendApp: ({app, configuration}) => { /* ... */
},
hooks: (req, res) => {
return {
Expand Down

0 comments on commit 923366b

Please sign in to comment.