We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46ef399 + 068e487 commit 5efbe13Copy full SHA for 5efbe13
1 file changed
apps/api/src/policies/policies.controller.ts
@@ -316,7 +316,7 @@ export class PoliciesController {
316
317
// Generate signed URL
318
const { S3Client, GetObjectCommand } = await import('@aws-sdk/client-s3');
319
- const { getSignedUrl } = await import('@/app/s3');
+ const { getSignedUrl } = await import('../app/s3');
320
const bucketName = process.env.APP_AWS_BUCKET_NAME;
321
322
if (!bucketName) {
@@ -480,7 +480,7 @@ export class PoliciesController {
480
if (!pdfUrl) return { url: null };
481
482
483
484
485
if (!bucketName) return { url: null };
486
0 commit comments