mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
lint fix
This commit is contained in:
parent
8f9cf862fe
commit
a41cf2140c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ describe("loading:", function () {
|
||||||
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
|
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
"feature_rust_crypto": false,
|
feature_rust_crypto: false,
|
||||||
},
|
},
|
||||||
...(opts.config ?? {}),
|
...(opts.config ?? {}),
|
||||||
} as IConfigOptions;
|
} as IConfigOptions;
|
||||||
|
|
Loading…
Reference in a new issue