mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
using spaces instead of tabs now & added prettier config
This commit is contained in:
14
js/utils.js
14
js/utils.js
@@ -1,10 +1,10 @@
|
||||
function getClientsInChannel(channel) {
|
||||
let result = [];
|
||||
let result = [];
|
||||
|
||||
clientList.items.forEach((e) => {
|
||||
if (e.channel.id == channel.id) {
|
||||
result.push(e);
|
||||
}
|
||||
});
|
||||
return result;
|
||||
clientList.items.forEach((e) => {
|
||||
if (e.channel.id == channel.id) {
|
||||
result.push(e);
|
||||
}
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user