diff --git a/docs/test.ts b/docs/test.ts index f1e4cce87b..3f2c6115c3 100644 --- a/docs/test.ts +++ b/docs/test.ts @@ -159,7 +159,8 @@ const redisOptions = { const sharedbOptions = { service: 'test', hooks: { - receive: (span, triggerContext) => {}, + receive: (span, request) => {}, + reply: (span, request, reply) => {}, }, };