milestone 24: persist and surface the unsupported-line count
This commit is contained in:
@@ -93,6 +93,7 @@ export const sample_list_blocklists: { blocklists: Blocklist[] } = {
|
||||
last_updated: null,
|
||||
name: "ads",
|
||||
skipped_regex_count: 0,
|
||||
skipped_unsupported_count: 0,
|
||||
url: "https://lists.example/ads.txt",
|
||||
wildcard_count: 0,
|
||||
},
|
||||
@@ -118,6 +119,7 @@ export const sample_update_blocklists_now: { sources: SourceStatus[] } = {
|
||||
last_success: 0,
|
||||
loaded: false,
|
||||
skipped_regex: 0,
|
||||
skipped_unsupported: 0,
|
||||
state: "never_fetched",
|
||||
url: "https://lists.example/ads.txt",
|
||||
wildcards: 0,
|
||||
|
||||
Reference in New Issue
Block a user