s/unset/reset/

pull/25213/head
Michael Telatynski 2023-04-26 11:12:57 +01:00
parent e558661a77
commit 3eddc939ce
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export async function loadConfig(): Promise<void> {
if (platformConfig) {
SdkConfig.put(platformConfig);
} else {
SdkConfig.unset(); // clears the config (sets to empty object)
SdkConfig.reset();
}
}