From c521497f90d116ea50da2a4efa6641efa14ddff0 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Mon, 10 Feb 2020 15:10:58 -0800 Subject: [PATCH] lint --- js/modules/loki_app_dot_net_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/loki_app_dot_net_api.js b/js/modules/loki_app_dot_net_api.js index 4e40b068a..f73b74668 100644 --- a/js/modules/loki_app_dot_net_api.js +++ b/js/modules/loki_app_dot_net_api.js @@ -112,7 +112,7 @@ class LokiAppDotNetServerAPI { // You cannot use null to clear the profile name // the name key has to be set to know what value we want changed - let pName = profileName || ''; + const pName = profileName || ''; const res = await this.serverRequest('users/me', { method: 'PATCH',