mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Merge pull request #574 from coralproject/sub-fix
Fix for incorrect options passed to pubsub
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ const {RedisPubSub} = require('graphql-redis-subscriptions');
|
||||
|
||||
const {connectionOptions} = require('../services/redis');
|
||||
|
||||
module.exports = new RedisPubSub(connectionOptions);
|
||||
module.exports = new RedisPubSub({connection: connectionOptions});
|
||||
|
||||
Reference in New Issue
Block a user