mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-22 14:02:30 +00:00
Cleanup PubSub
This commit is contained in:
parent
6fc473a981
commit
144e1f94fd
@ -3,7 +3,7 @@
|
|||||||
const redis = require("redis");
|
const redis = require("redis");
|
||||||
const List = require('./list/OrbitList');
|
const List = require('./list/OrbitList');
|
||||||
|
|
||||||
class Pubsub2 {
|
class Pubsub {
|
||||||
constructor(ipfs, host, port, username, password) {
|
constructor(ipfs, host, port, username, password) {
|
||||||
this.ipfs = ipfs;
|
this.ipfs = ipfs;
|
||||||
this._subscriptions = {};
|
this._subscriptions = {};
|
||||||
@ -49,4 +49,4 @@ class Pubsub2 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = Pubsub2;
|
module.exports = Pubsub;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user