@lingk/sync 1.1.41 → 1.1.43

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.
@@ -5347,7 +5347,7 @@ module.exports =
5347
5347
 
5348
5348
  // all credential fields are filled
5349
5349
 
5350
- var credsDisabledCheck = config && config.credentials.some(function (c) {
5350
+ var credsDisabledCheck = config && config.credentials && config.credentials.some(function (c) {
5351
5351
  var formCreds = creds;
5352
5352
  return !Object.keys(formCreds).includes(c.split(' ').join(''));
5353
5353
  });