Skip to content

Commit

Permalink
Adding typescript test for sharedbOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinrick-lever committed Jul 27, 2021
1 parent 0013b63 commit 8f561a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/test.ts
Expand Up @@ -159,7 +159,8 @@ const redisOptions = {
const sharedbOptions = {
service: 'test',
hooks: {
receive: (span, triggerContext) => {},
receive: (span, request) => {},
reply: (span, request, reply) => {},
},
};

Expand Down

0 comments on commit 8f561a9

Please sign in to comment.