From 446d9e66b784511436c62fd464011bdbd34c04d7 Mon Sep 17 00:00:00 2001 From: Sunny Gleason Date: Fri, 19 Jul 2019 10:51:42 -0400 Subject: [PATCH] chore: fix lint --- api/uptime-crawler.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/uptime-crawler.js b/api/uptime-crawler.js index 45b2a23b..479e1c63 100644 --- a/api/uptime-crawler.js +++ b/api/uptime-crawler.js @@ -16,7 +16,6 @@ if (!commandExistsSync('solana-wallet')) { throw 'solana-wallet command not found!'; } - function getClient() { let props = config.redis.path ? {path: config.redis.path}