Skip to content

Commit 0d71f25

Browse files
authored
Fix ESLint error
1 parent 3b7a89c commit 0d71f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/powermanager/boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
})(Bangle[functionName]);
7878
}
7979

80-
let functions = {};
80+
8181
let wrapDeferred = ((o,t) => (a) => {
8282
if (a == eval || typeof a == "string") {
8383
return o.apply(this, arguments);

0 commit comments

Comments
 (0)