From 7c46539d0155e3d6083cf2025e233aa6f49b1d20 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 15 Jun 2020 23:03:36 -0400 Subject: [PATCH] add reference to page recipient messages --- src/commands/page.ts | 1 + 1 file changed, 1 insertion(+) 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() {