mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
Fix linting
This commit is contained in:
@@ -174,7 +174,7 @@ const createSubscriptionManager = (server) => new SubscriptionServer({
|
||||
keepAlive: ms(KEEP_ALIVE)
|
||||
}, {
|
||||
server,
|
||||
path: '${BASE_PATH}api/v1/live'
|
||||
path: `${BASE_PATH}api/v1/live`
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user