Remove that advanced Javascript trick

Kidding, was just a ridiculous typo from me :).
This commit is contained in:
Baptiste Mathus 2018-10-13 14:06:18 +02:00
parent 66db2f6576
commit beb53cf7ed
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default class Update {
if (this.options.status) {
this.status = this.options.status;
} else {
this.status = this.status = new Status(this.app, { flavor: process.env.FLAVOR });
this.status = new Status(this.app, { flavor: process.env.FLAVOR });
}
}