fix: add 429 to status codes (#2757)

This commit is contained in:
Dag 2022-05-27 15:25:12 +02:00 committed by GitHub
parent 4d18312604
commit cb05cacd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const RSSBRIDGE_HTTP_STATUS_CODES = [
'415' => 'Unsupported Media Type',
'416' => 'Requested Range Not Satisfiable',
'417' => 'Expectation Failed',
'429' => 'Too Many Requests',
'500' => 'Internal Server Error',
'501' => 'Not Implemented',
'502' => 'Bad Gateway',