From 8ca1dc6bd1d77d3a2427859709e019da4bd075f1 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:26:29 +0300 Subject: [PATCH] Update issueParser.ts --- scripts/core/issueParser.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/core/issueParser.ts b/scripts/core/issueParser.ts index e3fa2c779..6cb17f250 100644 --- a/scripts/core/issueParser.ts +++ b/scripts/core/issueParser.ts @@ -5,7 +5,6 @@ import _ from 'lodash' const FIELDS = new Dictionary({ 'Channel ID': 'channel_id', 'Channel ID (required)': 'channel_id', - 'Broken Link': 'stream_url', 'Stream URL': 'stream_url', 'Stream URL (optional)': 'stream_url', 'Stream URL (required)': 'stream_url', @@ -15,8 +14,6 @@ const FIELDS = new Dictionary({ 'HTTP User-Agent': 'user_agent', 'HTTP Referrer': 'http_referrer', Reason: 'reason', - 'What happened to the stream?': 'reason', - 'Possible Replacement (optional)': 'possible_replacement', Notes: 'notes', 'Notes (optional)': 'notes' })