Adjust topic

This commit is contained in:
Oskar Thoren 2020-09-21 13:12:06 +08:00
parent 5ad921244d
commit 7c685e377e
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 2 additions and 2 deletions

View File

@ -188,4 +188,4 @@ class Chat extends EventEmitter {
} }
module.exports = Chat module.exports = Chat
module.exports.TOPIC = '/libp2p/example/chat/1.0.0' module.exports.TOPIC = 'waku'

View File

@ -199,5 +199,5 @@ class Chat {
} }
module.exports = Chat module.exports = Chat
module.exports.TOPIC = '/libp2p/example/chat/1.0.0' module.exports.TOPIC = 'waku'
module.exports.CLEARLINE = '\033[1A' module.exports.CLEARLINE = '\033[1A'