chore(lint): burn down remaining warnings to zero
This commit is contained in:
@@ -217,7 +217,7 @@ function updateActiveRequests(requestsData) {
|
||||
`;
|
||||
}
|
||||
|
||||
function updateChannels(channelsData) {
|
||||
function _updateChannels(channelsData) {
|
||||
const el = document.getElementById('ops-channels');
|
||||
if (!el) {return;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user