fix paging

pull/29/head
Matthew 2020-11-29 21:46:29 -05:00
parent bb24204b13
commit 948f3f994e
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default class Page extends Command {
this.local = { this.local = {
emergencyNumbers: ['#0', '#1', '#2', '#3'], emergencyNumbers: ['#0', '#1', '#2', '#3'],
departmentNumbers: ['00', '01', '10', '20', '21', '22'], departmentNumbers: ['00', '01', '10', '20', '21', '22'],
validPagerCodes: ['911', '811', '210', '265', '411', '419', '555', '556', '557'], validPagerCodes: ['911', '811', '210', '265', '411', '419', '555', '556', '557', '558'],
codeDict: new Map(), codeDict: new Map(),
}; };
this.init(); this.init();