mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
revert test data
This commit is contained in:
parent
7ad3afa6df
commit
33fcd23e98
2 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"HomeUrl": "https://280blocker.net",
|
||||
"IssuesUrl": null,
|
||||
"LicenseId": 1,
|
||||
"Name": "cbtest 280 Blocker",
|
||||
"Name": "280 Blocker",
|
||||
"SubmissionUrl": "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform",
|
||||
"SyntaxId": 3,
|
||||
"ViewUrl": "https://280blocker.net/files/280blocker_adblock.txt"
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ private static string CreateValues<TEntityType>(IReadOnlyCollection<IProperty> p
|
|||
(current, rowValues) => current == "" ? rowValues : current + ", " + rowValues);
|
||||
}
|
||||
|
||||
//TODO: use Development and Production rather than Debug and Release
|
||||
private static List<TEntityType> GetSeedRows<TEntityType>()
|
||||
{
|
||||
#if DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue