Skip to content

Commit

Permalink
Give back inputSchema and outputSchema on createChannel for re-use
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Jun 1, 2022
1 parent 7052e06 commit 9b23a1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-radios-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@soundxyz/redis-pubsub": patch
---

Give back inputSchema and outputSchema on createChannel for re-use
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ export function RedisPubSub({
unsubscribe,
publish,
unsubscribeAll,
inputSchema,
outputSchema,
};

function getSubscriptionValue({
Expand Down

0 comments on commit 9b23a1f

Please sign in to comment.