From e4578da2534212453b479f1c2e4a156a80a9b6c9 Mon Sep 17 00:00:00 2001 From: Niels Bosman Date: Thu, 9 Sep 2021 12:09:01 +0200 Subject: [PATCH] Removed: Political parties from forbidden words since some might be valid (introduced later). --- src/forbidden-words.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/forbidden-words.ts b/src/forbidden-words.ts index 6b30709..15ace1b 100644 --- a/src/forbidden-words.ts +++ b/src/forbidden-words.ts @@ -14,9 +14,6 @@ const forbiddenWords: string[] = [ 'TBS', 'SS', 'SD', - 'PVV', - 'SGP', - 'VVD', ]; export default forbiddenWords; \ No newline at end of file