@lingk/sync 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4885,7 +4885,7 @@ module.exports =
4885
4885
  var bvaToken = {};
4886
4886
  var credentials = config && config.credentials.filter(function (o) {
4887
4887
  if (creds["authenticationType"] === "key") {
4888
- if (o == "refreshToken" || o == "accessToken" || o == "clientId") {
4888
+ if (o == "refreshToken" || o == "accessToken" || o == "clientId" || o == "rootUrl") {
4889
4889
  return true;
4890
4890
  } else {
4891
4891
  return false;