s/unset/reset/
This commit is contained in:
parent
e558661a77
commit
3eddc939ce
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export async function loadConfig(): Promise<void> {
|
||||||
if (platformConfig) {
|
if (platformConfig) {
|
||||||
SdkConfig.put(platformConfig);
|
SdkConfig.put(platformConfig);
|
||||||
} else {
|
} else {
|
||||||
SdkConfig.unset(); // clears the config (sets to empty object)
|
SdkConfig.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue