mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Suggestions for refactoring
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user