mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
Fix code smell
This commit is contained in:
parent
2d2b99d3b9
commit
54206d9b28
@ -86,7 +86,7 @@ export function getCurrentUserId() {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function onServerChanged(userId, accessToken, apiClient) {
|
export function onServerChanged(_userId, _accessToken, apiClient) {
|
||||||
ServerConnections.setLocalApiClient(apiClient);
|
ServerConnections.setLocalApiClient(apiClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user