mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 20:47:11 +03:00
fix missing semi colon
This commit is contained in:
@@ -28,7 +28,7 @@ export default class Utils {
|
|||||||
return await new Promise((resolve, reject) => {
|
return await new Promise((resolve, reject) => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
reject("TIMEOUT")
|
reject("TIMEOUT");
|
||||||
}, timeout);
|
}, timeout);
|
||||||
|
|
||||||
const intervalCheck = () => {
|
const intervalCheck = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user