Update issueParser.ts

This commit is contained in:
freearhey 2023-09-17 19:26:29 +03:00
parent f8534a2786
commit 63d81ffd2b
1 changed files with 0 additions and 3 deletions

View File

@ -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'
})