Skip to content

Commit c5879af

Browse files
authored
Update part8e.md
1 parent ccfc934 commit c5879af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/es/part8e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ La suscripción _personAdded_ necesita un solucionador. El solucionador _addPers
153153
Los cambios requeridos son los siguientes:
154154

155155
```js
156-
const { PubSub } = require('apollo-server') // highlight-line
156+
const { PubSub } = require('graphql-subscriptions') // highlight-line
157157
const pubsub = new PubSub() // highlight-line
158158

159159
Mutation: {

0 commit comments

Comments
 (0)