eslint exception in media-video

This commit is contained in:
John Shaughnessy 2022-11-26 18:15:12 -05:00
Родитель 213fd63659
Коммит 871f629294
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -508,6 +508,7 @@ AFRAME.registerComponent("media-video", {
const contentType = this.data.contentType;
let pollTimeout;
/* eslint-disable-next-line no-async-promise-executor*/
return new Promise(async (resolve, reject) => {
if (this._audioSyncInterval) {
clearInterval(this._audioSyncInterval);