diff options
Diffstat (limited to 'src/lib/api/upload-blob.web.ts')
-rw-r--r-- | src/lib/api/upload-blob.web.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/api/upload-blob.web.ts b/src/lib/api/upload-blob.web.ts index 45b72f7ee..9f21be567 100644 --- a/src/lib/api/upload-blob.web.ts +++ b/src/lib/api/upload-blob.web.ts @@ -1,4 +1,4 @@ -import {BskyAgent, ComAtprotoRepoUploadBlob} from '@atproto/api' +import {type BskyAgent, type ComAtprotoRepoUploadBlob} from '@atproto/api' /** * @note It is recommended, on web, to use the `file` instance of the file |