kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: remove unused symbol
rodzic
3c71bc7e31
commit
a723d35e78
|
@ -1,7 +1,6 @@
|
||||||
import isUnicodeSupported from 'is-unicode-supported'
|
import isUnicodeSupported from 'is-unicode-supported'
|
||||||
|
|
||||||
const UNICODE_SYMBOLS = {
|
const UNICODE_SYMBOLS = {
|
||||||
ARROW_RIGHT: '→',
|
|
||||||
CIRCLE: '●',
|
CIRCLE: '●',
|
||||||
WARNING: '▲',
|
WARNING: '▲',
|
||||||
CROSS: '⨯',
|
CROSS: '⨯',
|
||||||
|
@ -15,7 +14,6 @@ const UNICODE_SYMBOLS = {
|
||||||
RIGHT_ARROW: '→'
|
RIGHT_ARROW: '→'
|
||||||
}
|
}
|
||||||
const ASCII_SYMBOLS = {
|
const ASCII_SYMBOLS = {
|
||||||
ARROW_RIGHT: '→',
|
|
||||||
CIRCLE: '•',
|
CIRCLE: '•',
|
||||||
WARNING: '‼',
|
WARNING: '‼',
|
||||||
CROSS: '×',
|
CROSS: '×',
|
||||||
|
|
Ładowanie…
Reference in New Issue