1
0
Fork 0

fix: db init error

master
MiaoWoo 2019-06-12 13:31:58 +08:00
parent 93718244af
commit 86cf26355e
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ export class Controller {
@postConstruct()
private init(): void {
setTimeout(() => {
this.client.setTable(TABLE);
}, 50)
this.client.setTable(TABLE);
}
@httpGet('/')