Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WcaleNieWolny committed Feb 6, 2025
1 parent 9a09b1e commit b90062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/functions/_backend/utils/s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function initS3(c: Context) {
forcePathStyle: storageEndpoint !== '127.0.0.1:54321/storage/v1/s3',
signingEscapePath: storageEndpoint !== '127.0.0.1:54321/storage/v1/s3',
credentialDefaultProvider: () => () => Promise.reject(
new Error('Credential loading disabled')
new Error('Credential loading disabled'),
),
}

Expand Down

0 comments on commit b90062c

Please sign in to comment.