style: formatting
This commit is contained in:
@@ -78,7 +78,7 @@ class TTSListener implements Command {
|
||||
queue.enqueue(Readable.from(audio.data));
|
||||
}
|
||||
} catch (err) {
|
||||
this.log.error('error occurred while processing TTS message (%s)', err);
|
||||
this.log.error('Error occurred while processing TTS message (%s)', err);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
+1
-6
@@ -1,9 +1,4 @@
|
||||
import {
|
||||
DataTypes,
|
||||
Model,
|
||||
ModelStatic,
|
||||
Sequelize
|
||||
} from 'sequelize';
|
||||
import { DataTypes, Model, ModelStatic, Sequelize } from 'sequelize';
|
||||
|
||||
export class DatabaseManager {
|
||||
private readonly db: Sequelize;
|
||||
|
||||
Reference in New Issue
Block a user