Skip to content

Commit

Permalink
fix: add missing file extension to import (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azlond authored Aug 27, 2024
1 parent c815400 commit fe4d95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
RETENTION_MODES,
RETENTION_VALIDITY_UNITS,
} from '../helpers.ts'
import type { PostPolicyResult } from '../minio'
import type { PostPolicyResult } from '../minio.ts'
import { postPresignSignatureV4, presignSignatureV4, signV4 } from '../signing.ts'
import { fsp, streamPromise } from './async.ts'
import { CopyConditions } from './copy-conditions.ts'
Expand Down

0 comments on commit fe4d95f

Please sign in to comment.