From 7a0e04ae56fcaaabca6ce6c93810dc31a81690e8 Mon Sep 17 00:00:00 2001 From: Clint Brown Date: Mon, 21 Aug 2017 09:23:52 +1000 Subject: [PATCH] Fix linting --- graph/subscriptions.js | 2 +- url.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graph/subscriptions.js b/graph/subscriptions.js index 91ab3c091..84abeddbb 100644 --- a/graph/subscriptions.js +++ b/graph/subscriptions.js @@ -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 = { diff --git a/url.js b/url.js index b39a9ab35..1def7a707 100644 --- a/url.js +++ b/url.js @@ -16,4 +16,4 @@ module.exports = { BASE_URL: BASE_URL, BASE_PATH: BASE_PATH, MOUNT_PATH: MOUNT_PATH, -} +};