Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxelox committed Dec 12, 2024
1 parent 3eb9636 commit 44671a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/lib/disk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export class DiskWrapper {

if (visibility === 'public') {
return new S3Driver({
// @ts-ignore
credentials: awsConfig.credentials,
region: awsConfig.region,
bucket: awsConfig.publicBucket,
Expand All @@ -154,6 +155,7 @@ export class DiskWrapper {
}

return new S3Driver({
// @ts-ignore
credentials: awsConfig.credentials,
region: awsConfig.region,
bucket: awsConfig.bucket,
Expand Down

0 comments on commit 44671a1

Please sign in to comment.