@lingk/sync 1.1.33 → 1.1.35

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.
@@ -4452,7 +4452,7 @@ module.exports =
4452
4452
 
4453
4453
  var isOauth = config.credentials && config.credentials.length === 1 && config.credentials[0] === 'Oauth';
4454
4454
 
4455
- var isFlatFile = config.credentials && config.credentials.length === 1 && config.credentials[0] === 'FlatFile';
4455
+ var isFlatFile = config.type === 'LocalFile';
4456
4456
 
4457
4457
  var isGoogle = config.type.startsWith('Google');
4458
4458