This commit is contained in:
Chi Vinh Le
2017-06-12 23:45:46 +07:00
parent d628c26693
commit 70177d3a2c
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const createSubscriptionManager = (server) => new SubscriptionServer({
try {
req = await deserializeUser(upgradeReq);
} catch (e) {
console.error(connection);
console.error(e);
return new Context({}, pubsub);
}