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); }