@etainabl/nodejs-sdk 1.3.116 → 1.3.117

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.
package/dist/index.js CHANGED
@@ -21759,7 +21759,8 @@ async function uploadCsv({ csvContent, automationRun, s3Client, orgFilename, col
21759
21759
  console.info(`Successfully uploaded CSV to ${key}`);
21760
21760
  return key;
21761
21761
  } catch (error) {
21762
- throw new Error("Failed to upload CSV to S3");
21762
+ console.error("Error uploading CSV to S3");
21763
+ throw new Error(error);
21763
21764
  }
21764
21765
  }
21765
21766