mirror of https://github.com/vector-im/riot-web
lint fix
parent
8f9cf862fe
commit
a41cf2140c
|
@ -130,7 +130,7 @@ describe("loading:", function () {
|
|||
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
|
||||
},
|
||||
features: {
|
||||
"feature_rust_crypto": false,
|
||||
feature_rust_crypto: false,
|
||||
},
|
||||
...(opts.config ?? {}),
|
||||
} as IConfigOptions;
|
||||
|
|
Loading…
Reference in New Issue