@enplug/scripts 1.11.4-dev10 → 1.11.4-dev12

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.
@@ -68,7 +68,7 @@ async function syncTranslations(s3Client, bucket) {
68
68
  const subfolderName = path.split('/')[2];
69
69
  const folderId = await findCrowdinAppSubFolderId(credentials, appDirectoryId, subfolderName);
70
70
  console.log('found folderId', folderId);
71
- const fileId = await getFileIdIfExists(credentials, appDirectoryId, path.split('/')[3]);
71
+ const fileId = await getFileIdIfExists(credentials, folderId, path.split('/')[3]);
72
72
  console.log('found fileId', fileId);
73
73
  const storageId = await uploadFileToCrowdinStorage(credentials, config.crowdinPath, config.localPath)
74
74
  if(fileId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enplug/scripts",
3
- "version": "1.11.4-dev10",
3
+ "version": "1.11.4-dev12",
4
4
  "description": "Enplug scripts",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",