Skip to content

Commit

Permalink
docs(subscriptions): remove undefined from multiple topics snippet (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek authored Nov 16, 2023
1 parent 91d31cf commit 4ae1f4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/pages/docs/features/subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ const yoga = createYoga({
subscribe: () =>
pipe(
Repeater.merge([
undefined,
pubSub.subscribe('userLoginChanged'),
pubSub.subscribe('userDeleted')
]),
Expand Down

0 comments on commit 4ae1f4d

Please sign in to comment.