Fix linting

This commit is contained in:
Clint Brown
2017-08-21 09:23:52 +10:00
parent b738961e1c
commit 7a0e04ae56
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 = {
+1 -1
View File
@@ -16,4 +16,4 @@ module.exports = {
BASE_URL: BASE_URL,
BASE_PATH: BASE_PATH,
MOUNT_PATH: MOUNT_PATH,
}
};