utility: fix off by one on app flags
This commit is contained in:
parent
ce7398c94a
commit
eae240aa10
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ const USER_FLAGS = [
|
|||
];
|
||||
|
||||
const APPLICATION_FLAGS = [
|
||||
undefined,
|
||||
"Embedded Release (deprecated)",
|
||||
"Create Managed Emoji",
|
||||
"Embedded In-App Purchaces",
|
||||
|
|
Loading…
Reference in a new issue