Suggestions for refactoring

This commit is contained in:
Wyatt Johnson
2017-07-25 12:32:15 +10:00
parent aeeafb6284
commit c2f6b9aa09
9 changed files with 57 additions and 58 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class Context {
this.plugins = decorateContextPlugins(this, contextPlugins);
// Bind the publish/subscribe to the context.
this.pubsub = pubsub();
this.pubsub = pubsub.createClient();
}
}