From d60ae63b8cc33ec16534c96d3402ab12a18d8544 Mon Sep 17 00:00:00 2001 From: "Karen E. Robinson" Date: Tue, 1 Feb 2022 16:14:46 -0800 Subject: [PATCH 1/2] removed cards: removed some cards in https://github.com/tom-james-watson/wikitrivia/discussions/41. For each I removed, I also commented in that discussion with the wikidata Q number. --- lib/bad-cards.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/bad-cards.ts b/lib/bad-cards.ts index 2bb1773..960061a 100644 --- a/lib/bad-cards.ts +++ b/lib/bad-cards.ts @@ -85,6 +85,15 @@ const badCards = { Q461606: "Arsène Lupin", Q304690: "Li Ching-Yuen", Q2001966: "Company rule in India", + Q651532: "The Three Little Pigs", + Q184661: "Ogham", + Q31057: "Norfolk Island", + Q213804: "Lindisfarne", + Q212746: "Anglo-Saxon Chronicle", + Q1246283: "Kumbhalgarh", + Q735349: "Russian conquest of Siberia", + Q2223341: "Elizabeth Bennet", + Q40185: "Divine Comedy", }; export default badCards; From 7d9362a3d4c9ee97e262141c1a2d8c6fc578087a Mon Sep 17 00:00:00 2001 From: "Karen E. Robinson" Date: Wed, 2 Feb 2022 02:25:00 -0800 Subject: [PATCH 2/2] fixed bad cards: removed duplicate --- lib/bad-cards.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bad-cards.ts b/lib/bad-cards.ts index 960061a..95733c5 100644 --- a/lib/bad-cards.ts +++ b/lib/bad-cards.ts @@ -88,7 +88,6 @@ const badCards = { Q651532: "The Three Little Pigs", Q184661: "Ogham", Q31057: "Norfolk Island", - Q213804: "Lindisfarne", Q212746: "Anglo-Saxon Chronicle", Q1246283: "Kumbhalgarh", Q735349: "Russian conquest of Siberia",