mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 13:09:31 +01:00
Add note
This commit is contained in:
parent
be8363cc35
commit
aaf4a3e92f
@ -681,6 +681,7 @@ export function cleanServiceGroups(groups) {
|
||||
}
|
||||
|
||||
export function findGroupByName(groups, name) {
|
||||
// Deep search for a group by name. Using for loop allows for early return
|
||||
for (let i = 0; i < groups.length; i += 1) {
|
||||
const group = groups[i];
|
||||
if (group.name === name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user