Skip to content

Commit 5de72c5

Browse files
authored
fix arrow function in login script (#6126)
1 parent 60c5c26 commit 5de72c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/login/public/twl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
(() => {
1+
// biome-ignore lint/complexity/useArrowFunction: This is a self-executing function, we do not want to use an arrow function here.
2+
(function () {
23
const globalSetup = getSetup();
34

45
const USER_ADDRESS_KEY = "tw.login:userAddress";

apps/login/public/twl.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)