Skip to content

Commit 2f774d3

Browse files
committed
Revert changes and add missing comment.
1 parent 278afc5 commit 2f774d3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

libs/ingest/src/ingest.service.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

libs/ingest/src/subdomain-row.interface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)