1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Conform more code to strictNullChecks and noImplicitAny (#11156)

This commit is contained in:
Michael Telatynski
2023-06-28 14:05:36 +01:00
committed by GitHub
parent 46eb34a55d
commit 6836a5fa7b
9 changed files with 36 additions and 19 deletions

View File

@ -214,7 +214,7 @@ describe("AutoDiscoveryUtils", () => {
registrationEndpoint: "https://test.com/registration",
tokenEndpoint: "https://test.com/token",
};
const discoveryResult = {
const discoveryResult: ClientConfig = {
...validIsConfig,
...validHsConfig,
[M_AUTHENTICATION.stable!]: {