feat(#162): [Tilak|Pooja] remove unused parameters in settings.ts

This commit is contained in:
Tilak Puli
2023-07-18 11:18:47 +05:30
parent 38cd1409be
commit 16dbb19bc3
2 changed files with 5 additions and 31 deletions

View File

@@ -41,35 +41,9 @@ export const GNM_MESSAGE_LIMIT = 102400 - 6400; // allowance for metadata
export const APP_ID_LENGTH = 12;
// Numbers and Upper case Alphabets without confusing characters like 0, 1, 2, I, O, Z
// prettier-ignore
export const APP_ID_DICTIONARY = [
'3',
'4',
'5',
'6',
'7',
'8',
'9',
'A',
'B',
'C',
'D',
'E',
'F',
'G',
'H',
'J',
'K',
'L',
'M',
'N',
'P',
'Q',
'R',
'S',
'T',
'U',
'V',
'W',
'X',
'Y',
'3', '4', '5', '6', '7', '8', '9',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'L',
'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y',
];