From 70c4b9b3c750f71f1bcaafbd206f2827324e1045 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Fri, 3 Apr 2020 03:53:02 -0700 Subject: [PATCH] lint --- js/modules/loki_file_server_api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/modules/loki_file_server_api.js b/js/modules/loki_file_server_api.js index b522444bb..b6050a6be 100644 --- a/js/modules/loki_file_server_api.js +++ b/js/modules/loki_file_server_api.js @@ -59,6 +59,7 @@ class LokiFileServerInstance { async establishConnection(serverUrl, options) { // why don't we extend this? if (process.env.USE_STUBBED_NETWORK) { + // eslint-disable-next-line global-require const StubAppDotNetAPI = require('../../integration_test/stubs/stub_app_dot_net_api.js'); this._server = new StubAppDotNetAPI(this.ourKey, serverUrl); } else {