Skip to content

Commit

Permalink
Update format.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Statciuk committed Nov 20, 2021
1 parent 95e34c1 commit d7001e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format.js
Expand Up @@ -132,7 +132,7 @@ function updateStatus(channel, status) {
channel.status = channel.status === 'Offline' ? 'Not 24/7' : null
break
case 'error_403':
channel.status = 'Geo-blocked'
if (!channel.status) channel.status = 'Geo-blocked'
break
case 'offline':
if (channel.status !== 'Not 24/7') channel.status = 'Offline'
Expand Down

0 comments on commit d7001e5

Please sign in to comment.