mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 07:42:11 +00:00
chore: fix typo
This commit is contained in:
@@ -136,7 +136,7 @@ class Signature {
|
||||
let func;
|
||||
let functions = [];
|
||||
|
||||
while ((func = Constants.SIG_REGEX.FUNCTIONS.exec(sc)) !== null) {
|
||||
while ((func = SIG_REGEX.FUNCTIONS.exec(sc)) !== null) {
|
||||
if (func[0].includes('reverse')) {
|
||||
functions[0] = func[1];
|
||||
} else if (func[0].includes('splice')) {
|
||||
|
||||
Reference in New Issue
Block a user