DEV: Correct linting error

This commit is contained in:
David Taylor 2019-06-11 12:51:18 +01:00
parent dc15486f0a
commit f1d5b992bf

View File

@ -154,7 +154,6 @@ export default class {
}
})
.then(() => {
const controller = this._topicController;
if (controller) {
const postNumbers = Object.keys(newTimings).map(v =>
parseInt(v, 10)