Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Nov 14, 2024
1 parent db11ca6 commit 2d08b54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/file-storage/src/lib/file-storage.configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export const FileStorageConfig = defineConfig({
'FILE_STORAGE_UPLOAD_BUCKET',
'island-is-dev-upload-api',
),
secondUploadBucket: env.optional(
'APPLICATION_ATTACHMENT_BUCKET',
'bruh'
),
secondUploadBucket: env.optional('APPLICATION_ATTACHMENT_BUCKET', 'bruh'),
}),
})

0 comments on commit 2d08b54

Please sign in to comment.