Skip to content

Commit

Permalink
fix: import crypto properly
Browse files Browse the repository at this point in the history
  • Loading branch information
LinHuiqing committed Sep 12, 2023
1 parent d14ef5e commit f47a0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/utils/aws-s3.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { PresignedPost } from 'aws-sdk/clients/s3'
import crypto from 'crypto'
import { ResultAsync } from 'neverthrow'

import { aws as AwsConfig } from '../config/config'
Expand Down

0 comments on commit f47a0d2

Please sign in to comment.