Add missing closing bracket
This commit is contained in:
parent
594d177348
commit
0c1c1483b1
@ -162,5 +162,6 @@ module.exports = {
|
|||||||
Promise.all(promises).then(() => {
|
Promise.all(promises).then(() => {
|
||||||
console.log('State change complete.');
|
console.log('State change complete.');
|
||||||
}).catch(e => console.error(e));
|
}).catch(e => console.error(e));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user