Fix ESLint error

master
RKBoss6 2025-06-25 20:33:45 -04:00 committed by GitHub
parent 3b7a89c494
commit 0d71f25e67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
})(Bangle[functionName]);
}
let functions = {};
let wrapDeferred = ((o,t) => (a) => {
if (a == eval || typeof a == "string") {
return o.apply(this, arguments);