File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,10 @@ export class IngestService {
6060 'sourceListUsagovClicksMil' ,
6161 'sourceListSearchGov' ,
6262 'sourceListSearchGovMil' ,
63- 'sourceListPublicInventory' ,
63+ // [SOURCE-ADD-POINT]
64+ // Add new source list here
65+ // e.g.
66+ // 'sourceListNewList',
6467 'filtered' ,
6568 'pageviews' ,
6669 'visits' ,
@@ -247,10 +250,6 @@ export class IngestService {
247250 sourceList . push ( 'dod_2025' ) ;
248251 }
249252
250- if ( row . sourceListPublicInventory . toLowerCase ( ) === 'true' ) {
251- sourceList . push ( 'public_inventory' ) ;
252- }
253-
254253 // [SOURCE-ADD-POINT]
255254 // Add new source list here
256255 // e.g.
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export interface SubdomainRow {
2626 sourceListGpoFdlp : string ;
2727 sourceListCisa : string ;
2828 sourceListDod2025 : string ;
29- sourceListPublicInventory : string ;
3029 // [SOURCE-ADD-POINT]
3130 // Add new source list here
3231 // e.g.
You can’t perform that action at this time.
0 commit comments