Update utils.js

This commit is contained in:
freearhey 2021-05-10 16:12:22 +03:00
parent ffd88ddc79
commit d99372e552
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ utils.code2flag = function (code) {
return '🇬🇧' return '🇬🇧'
case 'INT': case 'INT':
return '🌍' return '🌍'
case 'UNSORTED': case 'UNDEFINED':
return '' return ''
default: default:
return code.replace(/./g, char => String.fromCodePoint(char.charCodeAt(0) + 127397)) return code.replace(/./g, char => String.fromCodePoint(char.charCodeAt(0) + 127397))