diff options
Diffstat (limited to 'typescript')
-rw-r--r-- | typescript/src/getAppID.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/typescript/src/getAppID.ts b/typescript/src/getAppID.ts index eed7e1b..99e01ca 100644 --- a/typescript/src/getAppID.ts +++ b/typescript/src/getAppID.ts @@ -26,9 +26,7 @@ import typescriptNever from "./typescriptNever.js"; * 11. Click the orange "Get AppID" button. */ const appIDArray: Readonly<AppID[]> = Object.freeze([ - "H9V325-HTALUWHKGK", - "AKJTJT-LR5LL8WTG6", - "LKY83U-XW6ATU9URU", + "G5VJT6-29G98TJJAG", ]); console.assert(appIDArray.length > 0); |