()
| 182 | } |
| 183 | |
| 184 | private emptyResult(): CrawlResult { |
| 185 | return { |
| 186 | totalProperties: 0, |
| 187 | totalPublisherDomains: 0, |
| 188 | successfulAgents: 0, |
| 189 | failedAgents: 0, |
| 190 | errors: [], |
| 191 | warnings: [], |
| 192 | }; |
| 193 | } |
| 194 | |
| 195 | /** |
| 196 | * Scan brand.json for each domain. Verifies pointer files pointing back to AAO |