Merge pull request #1136 from mythmon/tc-lint

Fix TC lint error.
This commit is contained in:
R&D 2017-11-16 13:50:14 -05:00 коммит произвёл GitHub
Родитель b4ddb222fb 86eebdd235
Коммит a4f4fb2075
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ const PREFS_TO_WATCH = [
this.RecipeRunner = {
async init() {
this.enabled = null;
this.checkPrefs(); // sets this.enabled
this.checkPrefs(); // sets this.enabled
this.watchPrefs();
// Run if enabled immediately on first run, or if dev mode is enabled.