From 54206d9b28f2bb87336a301c46feef161587db61 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 11 Apr 2022 10:33:58 -0400 Subject: [PATCH] Fix code smell --- src/utils/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/dashboard.js b/src/utils/dashboard.js index e0668c6c78..4035c8d915 100644 --- a/src/utils/dashboard.js +++ b/src/utils/dashboard.js @@ -86,7 +86,7 @@ export function getCurrentUserId() { return null; } -export function onServerChanged(userId, accessToken, apiClient) { +export function onServerChanged(_userId, _accessToken, apiClient) { ServerConnections.setLocalApiClient(apiClient); }