mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore(desktop): simplify code (#1146)
This commit is contained in:
@@ -11,9 +11,8 @@ const temp = JSON.parse(record);
|
||||
loadPage();
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__editoVersion: unknown;
|
||||
}
|
||||
// eslint-disable-next-line no-var
|
||||
var __editoVersion: unknown;
|
||||
}
|
||||
|
||||
test.describe('web console', () => {
|
||||
|
||||
Reference in New Issue
Block a user