Speech as a package #416

Merged
bones7242 merged 89 commits from speech-as-a-package into master 2018-04-18 21:47:34 +02:00
Showing only changes of commit 0eb762671c - Show all commits

View file

@ -1,6 +1,6 @@
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
const logger = require('winston'); const logger = require('winston');
function mysql () { function MysqlConfig () {
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
this.database = 'default'; this.database = 'default';
this.username = 'default'; this.username = 'default';
this.password = 'default'; this.password = 'default';
@ -17,4 +17,4 @@ function mysql () {
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
}; };
} }
module.exports = new mysql(); module.exports = new MysqlConfig();
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function

neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function
neb-b commented 2018-04-17 22:32:37 +02:00 (Migrated from github.com)
Review

This should probably be new Mysql() since it is a class function

This should probably be `new Mysql()` since it is a class function