This commit is contained in:
Eric Bailey
2026-02-13 14:23:40 -06:00
parent 6e3603513d
commit e8b5f955ad
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -36,7 +36,6 @@ const serviceUrlToNameMap: Record<string, string> = {
}
export function getLiveServiceNames(domains: Set<string>) {
console.log(domains)
const names = Array.from(
new Set(
Array.from(domains.values())