Fix code smell
This commit is contained in:
@@ -86,7 +86,7 @@ export function getCurrentUserId() {
|
||||
return null;
|
||||
}
|
||||
|
||||
export function onServerChanged(userId, accessToken, apiClient) {
|
||||
export function onServerChanged(_userId, _accessToken, apiClient) {
|
||||
ServerConnections.setLocalApiClient(apiClient);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user