fix: lint

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 358ad74054
commit 8bf2896d6c

@ -378,7 +378,9 @@ define('forum/topic/posts', [
} }
}); });
})).then(function () { })).then(function () {
callback && callback(); if (typeof callback === 'function') {
callback();
}
}); });
} }

Loading…
Cancel
Save