diff --git a/src/commands/page.ts b/src/commands/page.ts index 57a57c1..82e1588 100644 --- a/src/commands/page.ts +++ b/src/commands/page.ts @@ -22,6 +22,7 @@ export default class Page extends Command { validPagerCodes: ['911', '811', '210', '265', '411', '419', '555'], codeDict: new Map(), }; + this.init(); } public init() {