Skip to content

Commit f22b115

Browse files
authored
Merge pull request #3323 from GarrettC72/patch-1
Update part8e.md
2 parents 2954024 + 8076bea commit f22b115

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/8/en/part8e.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,9 @@ const App = () => {
768768
// ...
769769

770770
useSubscription(PERSON_ADDED, {
771-
onData: ({ data }) => {
771+
// highlight-start
772+
onData: ({ data, client }) => {
773+
// highlight-end
772774
const addedPerson = data.data.personAdded
773775
notify(`${addedPerson.name} added`)
774776

0 commit comments

Comments
 (0)