Skip to content

Commit

Permalink
fix: dummy change to validate things in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rpapani committed Dec 16, 2024
1 parent 55d8c84 commit cbf9f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function getPresignedUrl(fileName, context, url, site) {
});
return signedUrl;
} catch (error) {
log.error(`Error generating presigned URL for ${screenshotPath}:`, error);
log.error(`Error2 generating presigned URL for ${screenshotPath}:`, error);
return '';
}
}
Expand Down

0 comments on commit cbf9f15

Please sign in to comment.