File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ export class PoliciesController {
316316
317317 // Generate signed URL
318318 const { S3Client, GetObjectCommand } = await import ( '@aws-sdk/client-s3' ) ;
319- const { getSignedUrl } = await import ( '@ /app/s3' ) ;
319+ const { getSignedUrl } = await import ( '.. /app/s3.js ' ) ;
320320 const bucketName = process . env . APP_AWS_BUCKET_NAME ;
321321
322322 if ( ! bucketName ) {
@@ -480,7 +480,7 @@ export class PoliciesController {
480480 if ( ! pdfUrl ) return { url : null } ;
481481
482482 const { S3Client, GetObjectCommand } = await import ( '@aws-sdk/client-s3' ) ;
483- const { getSignedUrl } = await import ( '@ /app/s3' ) ;
483+ const { getSignedUrl } = await import ( '.. /app/s3.js ' ) ;
484484 const bucketName = process . env . APP_AWS_BUCKET_NAME ;
485485 if ( ! bucketName ) return { url : null } ;
486486
You can’t perform that action at this time.
0 commit comments