Skip to content

Commit

Permalink
fix: logging error (#2426)
Browse files Browse the repository at this point in the history
Co-authored-by: François Rullière <francois@reebelo.com>
  • Loading branch information
Edweis and François Rullière committed Apr 20, 2022
1 parent 1baa444 commit acfe76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/aws-common/src/awsPlatformClient.ts
Expand Up @@ -62,7 +62,7 @@ export class AwsPlatformClient implements PlatformClient {

console.info(
"Got error response from S3. Will default to returning empty response. Error: " +
JSON.stringify(e)
e
);
return {
body: undefined,
Expand Down

0 comments on commit acfe76e

Please sign in to comment.