1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Fix Analytics to not import DEFAULTS, therefore avoiding NPE

This commit is contained in:
Luke Barnard
2018-04-26 14:30:27 +01:00
parent fba1a0c4c7
commit b1af4ec9fd
2 changed files with 3 additions and 4 deletions

View File

@@ -45,4 +45,3 @@ class SdkConfig {
}
module.exports = SdkConfig;
module.exports.DEFAULTS = DEFAULTS;