Update utils.js
This commit is contained in:
parent
ffd88ddc79
commit
d99372e552
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue