mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
style: add ban-ts-comment rule (#2738)
This commit is contained in:
@@ -116,7 +116,6 @@ export async function loginUser(
|
||||
}
|
||||
) {
|
||||
await page.evaluate(async token => {
|
||||
// @ts-ignore
|
||||
globalThis.setLogin(token);
|
||||
}, token);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user