pbx fixes

pull/29/head
Matthew 2020-12-02 22:39:45 -05:00
parent 5dfe810a69
commit 10eb3a816d
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export default class PBX {
process.env.GOOGLE_APPLICATION_CREDENTIALS = `${__dirname}/../../google.json`;
this.tts = new GoogleTTS.TextToSpeechClient();
this.load();
this.start();
}
public start() {