Skip to content

Commit f291958

Browse files
authored
Merge pull request #3728 from ekisler/patch-5
Update part8e.md
2 parents e12e03d + c5879af commit f291958

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)